Title: [98204] trunk/Source/WebCore
Revision
98204
Author
[email protected]
Date
2011-10-23 17:11:09 -0700 (Sun, 23 Oct 2011)

Log Message

Update baselines for run-bindings-tests.

* bindings/scripts/test/JS/JSTestInterface.cpp:
* bindings/scripts/test/JS/JSTestInterface.h:
* bindings/scripts/test/JS/JSTestObj.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98203 => 98204)


--- trunk/Source/WebCore/ChangeLog	2011-10-23 21:14:02 UTC (rev 98203)
+++ trunk/Source/WebCore/ChangeLog	2011-10-24 00:11:09 UTC (rev 98204)
@@ -1,3 +1,11 @@
+2011-10-23  Adam Barth  <[email protected]>
+
+        Update baselines for run-bindings-tests.
+
+        * bindings/scripts/test/JS/JSTestInterface.cpp:
+        * bindings/scripts/test/JS/JSTestInterface.h:
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+
 2011-10-23  Mark Hahnenberg  <[email protected]>
 
         Remove getConstructDataVirtual

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp (98203 => 98204)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp	2011-10-23 21:14:02 UTC (rev 98203)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp	2011-10-24 00:11:09 UTC (rev 98204)
@@ -127,11 +127,6 @@
     return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), object.get())));
 }
 
-ConstructType JSTestInterfaceConstructor::getConstructDataVirtual(ConstructData& constructData)
-{
-    return getConstructData(this, constructData);
-}
-
 ConstructType JSTestInterfaceConstructor::getConstructData(JSCell*, ConstructData& constructData)
 {
     constructData.native.function = constructJSTestInterface;

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h (98203 => 98204)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h	2011-10-23 21:14:02 UTC (rev 98203)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.h	2011-10-24 00:11:09 UTC (rev 98204)
@@ -114,7 +114,6 @@
 protected:
     static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::ImplementsHasInstance | DOMConstructorObject::StructureFlags;
     static JSC::EncodedJSValue JSC_HOST_CALL constructJSTestInterface(JSC::ExecState*);
-    virtual JSC::ConstructType getConstructDataVirtual(JSC::ConstructData&);
     static JSC::ConstructType getConstructData(JSC::JSCell*, JSC::ConstructData&);
 };
 

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (98203 => 98204)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-10-23 21:14:02 UTC (rev 98203)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-10-24 00:11:09 UTC (rev 98204)
@@ -131,7 +131,7 @@
 };
 
 #undef THUNK_GENERATOR
-static JSC_CONST_HASHTABLE HashTable JSTestObjTable = { 135, 127, JSTestObjTableValues, 0 };
+static JSC_CONST_HASHTABLE HashTable JSTestObjTable = { 130, 127, JSTestObjTableValues, 0 };
 /* Hash table for constructor */
 #if ENABLE(JIT)
 #define THUNK_GENERATOR(generator) , generator
@@ -278,7 +278,7 @@
 };
 
 #undef THUNK_GENERATOR
-static JSC_CONST_HASHTABLE HashTable JSTestObjPrototypeTable = { 137, 127, JSTestObjPrototypeTableValues, 0 };
+static JSC_CONST_HASHTABLE HashTable JSTestObjPrototypeTable = { 133, 127, JSTestObjPrototypeTableValues, 0 };
 const ClassInfo JSTestObjPrototype::s_info = { "TestObjPrototype", &JSC::JSNonFinalObject::s_info, &JSTestObjPrototypeTable, 0, CREATE_METHOD_TABLE(JSTestObjPrototype) };
 
 JSObject* JSTestObjPrototype::self(ExecState* exec, JSGlobalObject* globalObject)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to