Title: [166761] trunk/Source/WebCore
Revision
166761
Author
[email protected]
Date
2014-04-03 20:24:53 -0700 (Thu, 03 Apr 2014)

Log Message

Rebaseline a bindings test.

* bindings/scripts/test/JS/JSTestNode.h:
(WebCore::JSTestNode::createStructure):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (166760 => 166761)


--- trunk/Source/WebCore/ChangeLog	2014-04-04 02:29:15 UTC (rev 166760)
+++ trunk/Source/WebCore/ChangeLog	2014-04-04 03:24:53 UTC (rev 166761)
@@ -1,5 +1,12 @@
 2014-04-03  Andreas Kling  <[email protected]>
 
+        Rebaseline a bindings test.
+
+        * bindings/scripts/test/JS/JSTestNode.h:
+        (WebCore::JSTestNode::createStructure):
+
+2014-04-03  Andreas Kling  <[email protected]>
+
         Fast-path for casting JS wrappers to JSNode.
         <https://webkit.org/b/131196>
 

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h (166760 => 166761)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h	2014-04-04 02:29:15 UTC (rev 166760)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNode.h	2014-04-04 03:24:53 UTC (rev 166761)
@@ -44,7 +44,7 @@
 
     static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
     {
-        return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
+        return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::JSType(JSNodeType), StructureFlags), info());
     }
 
     static JSC::JSValue getConstructor(JSC::VM&, JSC::JSGlobalObject*);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to