summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings/v8/JSDOMBinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/port/bindings/v8/JSDOMBinding.cpp')
-rw-r--r--webkit/port/bindings/v8/JSDOMBinding.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/port/bindings/v8/JSDOMBinding.cpp b/webkit/port/bindings/v8/JSDOMBinding.cpp
index c72a92b..c5810ff 100644
--- a/webkit/port/bindings/v8/JSDOMBinding.cpp
+++ b/webkit/port/bindings/v8/JSDOMBinding.cpp
@@ -41,12 +41,4 @@ void updateDOMNodeDocument(Node* node, Document* oldDocument,
// 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