Title: [165920] trunk/Source/WebCore

Diff

Modified: trunk/Source/WebCore/ChangeLog (165919 => 165920)


--- trunk/Source/WebCore/ChangeLog	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/ChangeLog	2014-03-19 21:42:54 UTC (rev 165920)
@@ -1,3 +1,9 @@
+2014-03-19  Andreas Kling  <akl...@apple.com>
+
+        Rebaseline bindings tests.
+
+        * bindings/scripts/test/JS/*:
+
 2014-03-04  Jer Noble  <jer.no...@apple.com>
 
         [iOS][MediaControls] Reverse-pinching using the built-in controls should enter full screen

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestActiveDOMObject.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -251,7 +251,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestActiveDOMObject>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestActiveDOMObject>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestCustomNamedGetter.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -218,7 +218,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestCustomNamedGetter>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestCustomNamedGetter>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -263,7 +263,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestEventConstructor>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestEventConstructor>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventTarget.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -332,7 +332,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestEventTarget>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestEventTarget>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestException.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -203,7 +203,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestException>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestException>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestGenerateIsReachable.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -176,7 +176,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestGenerateIsReachable>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestGenerateIsReachable>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestInterface.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -981,7 +981,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestInterface>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestInterface>(globalObject, impl))
         return result;
 #if COMPILER(CLANG)
     // If you hit this failure the interface definition has the ImplementationLacksVTable

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -191,7 +191,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestMediaQueryListListener>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestMediaQueryListListener>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestNamedConstructor.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -221,7 +221,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestNamedConstructor>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestNamedConstructor>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

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


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -4797,7 +4797,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestObj>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestObj>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestOverloadedConstructors.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -242,7 +242,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestOverloadedConstructors>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestOverloadedConstructors>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestSerializedScriptValueInterface.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -341,7 +341,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestSerializedScriptValueInterface>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestSerializedScriptValueInterface>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -753,7 +753,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSTestTypedefs>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSTestTypedefs>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSattribute.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -192,7 +192,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSattribute>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSattribute>(globalObject, impl))
         return result;
 
 #if ENABLE(BINDING_INTEGRITY)

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp (165919 => 165920)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp	2014-03-19 21:38:51 UTC (rev 165919)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSreadonly.cpp	2014-03-19 21:42:54 UTC (rev 165920)
@@ -159,7 +159,7 @@
 {
     if (!impl)
         return jsNull();
-    if (JSValue result = getExistingWrapper<JSreadonly>(exec, impl))
+    if (JSValue result = getExistingWrapper<JSreadonly>(globalObject, impl))
         return result;
 #if COMPILER(CLANG)
     // If you hit this failure the interface definition has the ImplementationLacksVTable
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to