Title: [98423] trunk/Source/WebCore
Revision
98423
Author
mhahnenb...@apple.com
Date
2011-10-25 18:59:37 -0700 (Tue, 25 Oct 2011)

Log Message

Resetting baseline for test bindings

Unreviewed preemptive build fix

No new tests.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98422 => 98423)


--- trunk/Source/WebCore/ChangeLog	2011-10-26 01:49:00 UTC (rev 98422)
+++ trunk/Source/WebCore/ChangeLog	2011-10-26 01:59:37 UTC (rev 98423)
@@ -1,5 +1,16 @@
 2011-10-25  Mark Hahnenberg  <mhahnenb...@apple.com>
 
+        Resetting baseline for test bindings
+
+        Unreviewed preemptive build fix
+
+        No new tests.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        * bindings/scripts/test/JS/JSTestObj.h:
+
+2011-10-25  Mark Hahnenberg  <mhahnenb...@apple.com>
+
         Remove deletePropertyVirtual
         https://bugs.webkit.org/show_bug.cgi?id=70738
 

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-10-26 01:49:00 UTC (rev 98422)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-10-26 01:59:37 UTC (rev 98423)
@@ -753,11 +753,6 @@
     return JSTestObj::getConstructor(exec, domObject->globalObject());
 }
 
-void JSTestObj::putVirtual(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
-{
-    put(this, exec, propertyName, value, slot);
-}
-
 void JSTestObj::put(JSCell* cell, ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
 {
     JSTestObj* thisObject = static_cast<JSTestObj*>(cell);

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h (98422 => 98423)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h	2011-10-26 01:49:00 UTC (rev 98422)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h	2011-10-26 01:59:37 UTC (rev 98423)
@@ -43,7 +43,6 @@
     virtual bool getOwnPropertySlotVirtual(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
     static bool getOwnPropertySlot(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertySlot&);
     virtual bool getOwnPropertyDescriptor(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::PropertyDescriptor&);
-    virtual void putVirtual(JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);
     static void put(JSC::JSCell*, JSC::ExecState*, const JSC::Identifier& propertyName, JSC::JSValue, JSC::PutPropertySlot&);
     static const JSC::ClassInfo s_info;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to