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

Unified Diff: sky/engine/bindings-dart/core/dart/custom/DartConsoleBaseCustom.cpp

Issue 875013003: Import Dart bindings as of Blink r188698. This merely copies the files over and does not attach any… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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: sky/engine/bindings-dart/core/dart/custom/DartConsoleBaseCustom.cpp
diff --git a/sky/engine/bindings-dart/core/dart/custom/DartConsoleBaseCustom.cpp b/sky/engine/bindings-dart/core/dart/custom/DartConsoleBaseCustom.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..7691b7655378e0db131202bd461ca1fc0a2f5003
--- /dev/null
+++ b/sky/engine/bindings-dart/core/dart/custom/DartConsoleBaseCustom.cpp
@@ -0,0 +1,30 @@
+// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+// WARNING: Do not edit - generated code.
+
+#include "config.h"
+#include "bindings/core/dart/DartConsoleBase.h"
+
+#include "bindings/core/dart/DartConsole.h"
+#include "bindings/core/dart/DartUtilities.h"
+#include "core/inspector/ScriptArguments.h"
+#include "core/inspector/ScriptCallStack.h"
+
+namespace blink {
+
+ // FIXME: Remove
+ /*
+Dart_Handle DartConsoleBase::createWrapper(
+ DartDOMData* domData, ConsoleBase* console)
+{
+ // We should never actually call DartConsoleBase::createWrapper()
+ // There is no efficient way to at runtime destinguish between a Console
+ // and WorkerConsole so we would not know the correct subtype to use.
+ ASSERT_NOT_REACHED();
+ return Dart_Null();
+}
+ */
+
+}

Powered by Google App Engine
This is Rietveld 408576698