Title: [137704] trunk/Source/WebCore
Revision
137704
Author
[email protected]
Date
2012-12-13 20:04:11 -0800 (Thu, 13 Dec 2012)

Log Message

Unreviewed. Rebaselined run-bindings-tests results.

* bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
(JSTestCustomNamedGetter):
* bindings/scripts/test/JS/JSTestEventTarget.h:
(JSTestEventTarget):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137703 => 137704)


--- trunk/Source/WebCore/ChangeLog	2012-12-14 03:47:00 UTC (rev 137703)
+++ trunk/Source/WebCore/ChangeLog	2012-12-14 04:04:11 UTC (rev 137704)
@@ -1,3 +1,12 @@
+2012-12-13  Kentaro Hara  <[email protected]>
+
+        Unreviewed. Rebaselined run-bindings-tests results.
+
+        * bindings/scripts/test/JS/JSTestCustomNamedGetter.h:
+        (JSTestCustomNamedGetter):
+        * bindings/scripts/test/JS/JSTestEventTarget.h:
+        (JSTestEventTarget):
+
 2012-12-13  Yoshifumi Inoue  <[email protected]>
 
         Unreviewed, rolling out r137691.

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h (137703 => 137704)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h	2012-12-14 03:47:00 UTC (rev 137703)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.h	2012-12-14 04:04:11 UTC (rev 137704)
@@ -63,7 +63,7 @@
 protected:
     JSTestCustomNamedGetter(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<TestCustomNamedGetter>);
     void finishCreation(JSC::JSGlobalData&);
-    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | Base::StructureFlags;
+    static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::HasImpureGetOwnPropertySlot | Base::StructureFlags;
 private:
     static bool canGetItemsForName(JSC::ExecState*, TestCustomNamedGetter*, JSC::PropertyName);
     static JSC::JSValue nameGetter(JSC::ExecState*, JSC::JSValue, JSC::PropertyName);

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h (137703 => 137704)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h	2012-12-14 03:47:00 UTC (rev 137703)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.h	2012-12-14 04:04:11 UTC (rev 137704)
@@ -67,7 +67,7 @@
 protected:
     JSTestEventTarget(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<TestEventTarget>);
     void finishCreation(JSC::JSGlobalData&);
-    static const unsigned StructureFlags = JSC::OverridesGetPropertyNames | JSC::OverridesGetOwnPropertySlot | JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesVisitChildren | JSC::MasqueradesAsUndefined | Base::StructureFlags;
+    static const unsigned StructureFlags = JSC::OverridesGetPropertyNames | JSC::OverridesGetOwnPropertySlot | JSC::InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | JSC::OverridesVisitChildren | JSC::MasqueradesAsUndefined | JSC::HasImpureGetOwnPropertySlot | Base::StructureFlags;
     static JSC::JSValue indexGetter(JSC::ExecState*, JSC::JSValue, unsigned);
 private:
     static bool canGetItemsForName(JSC::ExecState*, TestEventTarget*, JSC::PropertyName);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to