| Index: webkit/port/bindings/v8/JSDOMBinding.cpp
|
| ===================================================================
|
| --- webkit/port/bindings/v8/JSDOMBinding.cpp (revision 14732)
|
| +++ webkit/port/bindings/v8/JSDOMBinding.cpp (working copy)
|
| @@ -41,12 +41,4 @@
|
| // We don't do anything here in V8 bindings
|
| }
|
|
|
| -ScriptState* scriptStateFromNode(Node* node)
|
| -{
|
| - // This should be never reached with V8 bindings (WebKit only uses it
|
| - // for non-JS bindings)
|
| - ASSERT_NOT_REACHED();
|
| - return 0;
|
| -}
|
| -
|
| } // namespace WebCore
|
|
|