Title: [139280] trunk/Source/WebCore
Revision
139280
Author
rn...@webkit.org
Date
2013-01-09 21:53:40 -0800 (Wed, 09 Jan 2013)

Log Message

Rebaseline the binding test after r139278.

* bindings/scripts/test/JS/JSTestEventTarget.cpp:
(WebCore::JSTestEventTarget::getOwnPropertySlot):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (139279 => 139280)


--- trunk/Source/WebCore/ChangeLog	2013-01-10 04:41:56 UTC (rev 139279)
+++ trunk/Source/WebCore/ChangeLog	2013-01-10 05:53:40 UTC (rev 139280)
@@ -1,5 +1,12 @@
 2013-01-09  Ryosuke Niwa  <rn...@webkit.org>
 
+        Rebaseline the binding test after r139278.
+
+        * bindings/scripts/test/JS/JSTestEventTarget.cpp:
+        (WebCore::JSTestEventTarget::getOwnPropertySlot):
+
+2013-01-09  Ryosuke Niwa  <rn...@webkit.org>
+
         [JSC] REGRESSION(r135093): A form control with name=length overrides length property on form.elements
         https://bugs.webkit.org/show_bug.cgi?id=105775
 

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp (139279 => 139280)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2013-01-10 04:41:56 UTC (rev 139279)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2013-01-10 05:53:40 UTC (rev 139280)
@@ -144,7 +144,7 @@
 {
     JSTestEventTarget* thisObject = jsCast<JSTestEventTarget*>(cell);
     ASSERT_GC_OBJECT_INHERITS(thisObject, &s_info);
-    const HashEntry* entry = JSTestEventTargetTable.entry(exec, propertyName);
+    const HashEntry* entry = getStaticValueSlotEntryWithoutCaching<JSTestEventTarget>(exec, propertyName);
     if (entry) {
         slot.setCustom(thisObject, entry->propertyGetter());
         return true;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to