Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp

Issue 9231022: WebGL support. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Review Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
diff --git a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
index 5d6aecb5eed8c133f05e5393bed9427aeb706cd2..a27180d8e947eb7e3c6c376f9a01c67f1b6e5eba 100644
--- a/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
+++ b/Source/WebCore/bindings/dart/custom/DartWebSocketCustom.cpp
@@ -36,6 +36,12 @@ namespace WebCore {
namespace DartWebSocketInternal {
+void constructorCallback(Dart_NativeArguments)
+{
+ // FIXME: proper implementation.
+ DART_UNIMPLEMENTED();
+}
+
void sendCallback(Dart_NativeArguments)
{
// FIXME: proper implementation.

Powered by Google App Engine
This is Rietveld 408576698