| Index: sky/engine/bindings2/exception_state_placeholder.cc
|
| diff --git a/sky/engine/bindings2/exception_state_placeholder.cc b/sky/engine/bindings2/exception_state_placeholder.cc
|
| deleted file mode 100644
|
| index cc75213df267654ba622dce9a341dc2b10d8f1a2..0000000000000000000000000000000000000000
|
| --- a/sky/engine/bindings2/exception_state_placeholder.cc
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "sky/engine/config.h"
|
| -#include "sky/engine/bindings2/exception_state_placeholder.h"
|
| -
|
| -namespace blink {
|
| -
|
| -#if ENABLE(ASSERT)
|
| -
|
| -NoExceptionStateAssertionChecker::NoExceptionStateAssertionChecker(
|
| - const char* file,
|
| - int line) {
|
| -}
|
| -
|
| -#endif
|
| -
|
| -} // namespace blink
|
|
|