Title: [139622] trunk/Source/WebCore
- Revision
- 139622
- Author
- hara...@chromium.org
- Date
- 2013-01-14 09:43:53 -0800 (Mon, 14 Jan 2013)
Log Message
[V8] Make an Isolate parameter mandatory in associateObjectWithWrapper()
https://bugs.webkit.org/show_bug.cgi?id=106784
Reviewed by Adam Barth.
No tests. No change in behavior.
* bindings/v8/V8DOMWrapper.h:
(V8DOMWrapper):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (139621 => 139622)
--- trunk/Source/WebCore/ChangeLog 2013-01-14 17:40:59 UTC (rev 139621)
+++ trunk/Source/WebCore/ChangeLog 2013-01-14 17:43:53 UTC (rev 139622)
@@ -1,5 +1,17 @@
2013-01-14 Kentaro Hara <hara...@chromium.org>
+ [V8] Make an Isolate parameter mandatory in associateObjectWithWrapper()
+ https://bugs.webkit.org/show_bug.cgi?id=106784
+
+ Reviewed by Adam Barth.
+
+ No tests. No change in behavior.
+
+ * bindings/v8/V8DOMWrapper.h:
+ (V8DOMWrapper):
+
+2013-01-14 Kentaro Hara <hara...@chromium.org>
+
[V8] Make an Isolate parameter mandatory in ScriptDebugServer::interruptAndRun()
https://bugs.webkit.org/show_bug.cgi?id=106779
Modified: trunk/Source/WebCore/bindings/v8/V8DOMWrapper.h (139621 => 139622)
--- trunk/Source/WebCore/bindings/v8/V8DOMWrapper.h 2013-01-14 17:40:59 UTC (rev 139621)
+++ trunk/Source/WebCore/bindings/v8/V8DOMWrapper.h 2013-01-14 17:43:53 UTC (rev 139622)
@@ -61,7 +61,7 @@
static v8::Local<v8::Object> createWrapper(v8::Handle<v8::Object> creationContext, WrapperTypeInfo*, void*);
template<typename T>
- static inline v8::Persistent<v8::Object> associateObjectWithWrapper(PassRefPtr<T>, WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate* = 0);
+ static inline v8::Persistent<v8::Object> associateObjectWithWrapper(PassRefPtr<T>, WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*);
static inline void setNativeInfo(v8::Handle<v8::Object>, WrapperTypeInfo*, void*);
static inline void clearNativeInfo(v8::Handle<v8::Object>, WrapperTypeInfo*);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes