Title: [146592] trunk/Source/WebCore
- Revision
- 146592
- Author
- [email protected]
- Date
- 2013-03-22 05:14:09 -0700 (Fri, 22 Mar 2013)
Log Message
Unreviewed. Fix Chromium Win compilation after r146583.
* bindings/v8/CustomElementHelpers.cpp:
(WebCore::CustomElementHelpers::invokeReadyCallbackIfNeeded):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (146591 => 146592)
--- trunk/Source/WebCore/ChangeLog 2013-03-22 12:04:53 UTC (rev 146591)
+++ trunk/Source/WebCore/ChangeLog 2013-03-22 12:14:09 UTC (rev 146592)
@@ -1,3 +1,10 @@
+2013-03-22 Yury Semikhatsky <[email protected]>
+
+ Unreviewed. Fix Chromium Win compilation after r146583.
+
+ * bindings/v8/CustomElementHelpers.cpp:
+ (WebCore::CustomElementHelpers::invokeReadyCallbackIfNeeded):
+
2013-03-22 Ilya Tikhonovsky <[email protected]>
Web Inspector: Flame Chart. Chart has to be zoomed around the mouse pointer.
Modified: trunk/Source/WebCore/bindings/v8/CustomElementHelpers.cpp (146591 => 146592)
--- trunk/Source/WebCore/bindings/v8/CustomElementHelpers.cpp 2013-03-22 12:04:53 UTC (rev 146591)
+++ trunk/Source/WebCore/bindings/v8/CustomElementHelpers.cpp 2013-03-22 12:14:09 UTC (rev 146592)
@@ -157,7 +157,7 @@
v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(functionValue);
v8::TryCatch exceptionCatcher;
exceptionCatcher.SetVerbose(true);
- v8::Handle<v8::Value> args[] = { };
+ v8::Handle<v8::Value> args[] = { v8::Handle<v8::Value>() };
ScriptController::callFunctionWithInstrumentation(element->document(), function, wrapper, 0, args);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes