| // 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(); |
| } |
| */ |
| |
| } |