Title: [96350] trunk/Source/WebCore
Revision
96350
Author
mhahnenb...@apple.com
Date
2011-09-29 13:14:44 -0700 (Thu, 29 Sep 2011)

Log Message

Unreviewed: resetting baseline for code generator bindings

Unreviewed 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 (96349 => 96350)


--- trunk/Source/WebCore/ChangeLog	2011-09-29 19:46:01 UTC (rev 96349)
+++ trunk/Source/WebCore/ChangeLog	2011-09-29 20:14:44 UTC (rev 96350)
@@ -1,3 +1,14 @@
+2011-09-29  Mark Hahnenberg  <mhahnenb...@apple.com>
+
+        Unreviewed: resetting baseline for code generator bindings
+
+        Unreviewed build fix
+
+        No new tests.
+
+        * bindings/scripts/test/JS/JSTestObj.cpp:
+        * bindings/scripts/test/JS/JSTestObj.h:
+
 2011-09-29  Nate Chapin  <jap...@chromium.org>
 
         [V8, chromium] More logging to determine cause of a null

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-09-29 19:46:01 UTC (rev 96349)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2011-09-29 20:14:44 UTC (rev 96350)
@@ -1870,11 +1870,6 @@
     return JSValue::encode(result);
 }
 
-void JSTestObj::visitChildrenVirtual(SlotVisitor& visitor)
-{
-    visitChildren(this, visitor);
-}
-
 void JSTestObj::visitChildren(JSCell* cell, SlotVisitor& visitor)
 {
     JSTestObj* thisObject = static_cast<JSTestObj*>(cell);

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h	2011-09-29 19:46:01 UTC (rev 96349)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.h	2011-09-29 20:14:44 UTC (rev 96350)
@@ -53,7 +53,6 @@
     static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
     JSC::WriteBarrier<JSC::Unknown> m_cachedAttribute1;
     JSC::WriteBarrier<JSC::Unknown> m_cachedAttribute2;
-    virtual void visitChildrenVirtual(JSC::SlotVisitor&);
     static void visitChildren(JSCell*, JSC::SlotVisitor&);
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to