Title: [196407] trunk/Source/WebCore
- Revision
- 196407
- Author
- [email protected]
- Date
- 2016-02-10 17:00:38 -0800 (Wed, 10 Feb 2016)
Log Message
Updating bindings test reference file for JSTestEventConstructor.cpp after r196400
Unreviewed test gardening.
No new tests needed.
* bindings/scripts/test/JS/JSTestEventConstructor.cpp:
(WebCore::JSTestEventConstructorConstructor::construct):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (196406 => 196407)
--- trunk/Source/WebCore/ChangeLog 2016-02-11 00:52:30 UTC (rev 196406)
+++ trunk/Source/WebCore/ChangeLog 2016-02-11 01:00:38 UTC (rev 196407)
@@ -1,3 +1,14 @@
+2016-02-10 Ryan Haddad <[email protected]>
+
+ Updating bindings test reference file for JSTestEventConstructor.cpp after r196400
+
+ Unreviewed test gardening.
+
+ No new tests needed.
+
+ * bindings/scripts/test/JS/JSTestEventConstructor.cpp:
+ (WebCore::JSTestEventConstructorConstructor::construct):
+
2016-02-10 Eric Carlson <[email protected]>
Update "manual" caption track logic
Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp (196406 => 196407)
--- trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp 2016-02-11 00:52:30 UTC (rev 196406)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSTestEventConstructor.cpp 2016-02-11 01:00:38 UTC (rev 196407)
@@ -97,7 +97,7 @@
return JSValue::encode(jsUndefined());
}
- RefPtr<TestEventConstructor> event = TestEventConstructor::create(eventType, eventInit);
+ RefPtr<TestEventConstructor> event = TestEventConstructor::createForBindings(eventType, eventInit);
return JSValue::encode(toJS(state, jsConstructor->globalObject(), event.get()));
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes