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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 // WARNING: Do not edit - generated code.
6
7 #include "config.h"
8 #include "bindings/core/dart/DartConsoleBase.h"
9
10 #include "bindings/core/dart/DartConsole.h"
11 #include "bindings/core/dart/DartUtilities.h"
12 #include "core/inspector/ScriptArguments.h"
13 #include "core/inspector/ScriptCallStack.h"
14
15 namespace blink {
16
17 // FIXME: Remove
18 /*
19 Dart_Handle DartConsoleBase::createWrapper(
20 DartDOMData* domData, ConsoleBase* console)
21 {
22 // We should never actually call DartConsoleBase::createWrapper()
23 // There is no efficient way to at runtime destinguish between a Console
24 // and WorkerConsole so we would not know the correct subtype to use.
25 ASSERT_NOT_REACHED();
26 return Dart_Null();
27 }
28 */
29
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698