Title: [165272] trunk/Source/WebCore
- Revision
- 165272
- Author
- [email protected]
- Date
- 2014-03-07 10:48:55 -0800 (Fri, 07 Mar 2014)
Log Message
Unreviewed, rebaseline run-binding-tests results after r165242.
* bindings/scripts/test/JS/JSTestObj.cpp:
(WebCore::jsTestObjPrototypeFunctionMethodWithSequenceArg):
* bindings/scripts/test/JS/JSTestTypedefs.cpp:
(WebCore::jsTestTypedefsPrototypeFunctionCallWithSequenceThatRequiresInclude):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (165271 => 165272)
--- trunk/Source/WebCore/ChangeLog 2014-03-07 18:47:16 UTC (rev 165271)
+++ trunk/Source/WebCore/ChangeLog 2014-03-07 18:48:55 UTC (rev 165272)
@@ -1,3 +1,12 @@
+2014-03-07 Brian Burg <[email protected]>
+
+ Unreviewed, rebaseline run-binding-tests results after r165242.
+
+ * bindings/scripts/test/JS/JSTestObj.cpp:
+ (WebCore::jsTestObjPrototypeFunctionMethodWithSequenceArg):
+ * bindings/scripts/test/JS/JSTestTypedefs.cpp:
+ (WebCore::jsTestTypedefsPrototypeFunctionCallWithSequenceThatRequiresInclude):
+
2014-03-07 Darin Adler <[email protected]>
Remove non-working optimization that was attempted on iOS only
Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp (165271 => 165272)
--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp 2014-03-07 18:47:16 UTC (rev 165271)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp 2014-03-07 18:48:55 UTC (rev 165272)
@@ -2823,7 +2823,7 @@
TestObj& impl = castedThis->impl();
if (exec->argumentCount() < 1)
return throwVMError(exec, createNotEnoughArgumentsError(exec));
- Vector<RefPtr<ScriptProfile> > sequenceArg((toRefPtrNativeArray<ScriptProfile, JSScriptProfile>(exec, exec->argument(0), &toScriptProfile)));
+ Vector<RefPtr<ScriptProfile>> sequenceArg((toRefPtrNativeArray<ScriptProfile, JSScriptProfile>(exec, exec->argument(0), &toScriptProfile)));
if (UNLIKELY(exec->hadException()))
return JSValue::encode(jsUndefined());
impl.methodWithSequenceArg(sequenceArg);
Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp (165271 => 165272)
--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp 2014-03-07 18:47:16 UTC (rev 165271)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestTypedefs.cpp 2014-03-07 18:48:55 UTC (rev 165272)
@@ -628,7 +628,7 @@
TestTypedefs& impl = castedThis->impl();
if (exec->argumentCount() < 1)
return throwVMError(exec, createNotEnoughArgumentsError(exec));
- Vector<RefPtr<TestEventTarget> > sequenceArg((toRefPtrNativeArray<TestEventTarget, JSTestEventTarget>(exec, exec->argument(0), &toTestEventTarget)));
+ Vector<RefPtr<TestEventTarget>> sequenceArg((toRefPtrNativeArray<TestEventTarget, JSTestEventTarget>(exec, exec->argument(0), &toTestEventTarget)));
if (UNLIKELY(exec->hadException()))
return JSValue::encode(jsUndefined());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes