| OLD | NEW |
| (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 } |
| OLD | NEW |