Title: [140312] trunk/Source/WebCore
Revision
140312
Author
[email protected]
Date
2013-01-21 01:11:58 -0800 (Mon, 21 Jan 2013)

Log Message

Unreviewed. Build fix.

* bindings/v8/V8NPObject.cpp:
(WebCore::createV8ObjectForNPObject):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140311 => 140312)


--- trunk/Source/WebCore/ChangeLog	2013-01-21 08:49:54 UTC (rev 140311)
+++ trunk/Source/WebCore/ChangeLog	2013-01-21 09:11:58 UTC (rev 140312)
@@ -1,3 +1,10 @@
+2013-01-21  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Build fix.
+
+        * bindings/v8/V8NPObject.cpp:
+        (WebCore::createV8ObjectForNPObject):
+
 2013-01-20  Alexander Pavlov  <[email protected]>
 
         Web Inspector: Do not dispatch mousemove when emulating touch event and no touch is active

Modified: trunk/Source/WebCore/bindings/v8/V8NPObject.cpp (140311 => 140312)


--- trunk/Source/WebCore/bindings/v8/V8NPObject.cpp	2013-01-21 08:49:54 UTC (rev 140311)
+++ trunk/Source/WebCore/bindings/v8/V8NPObject.cpp	2013-01-21 09:11:58 UTC (rev 140312)
@@ -449,7 +449,7 @@
     _NPN_RegisterObject(object, root);
 
     staticNPObjectMap().set(object, wrapperHandle);
-    ASSERT(maybeDOMWrapper(wrapperHandle));
+    ASSERT(V8DOMWrapper::maybeDOMWrapper(wrapperHandle));
     return value;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to