summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSPopStateEventCustom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSPopStateEventCustom.cpp')
-rw-r--r--WebCore/bindings/js/JSPopStateEventCustom.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/bindings/js/JSPopStateEventCustom.cpp b/WebCore/bindings/js/JSPopStateEventCustom.cpp
index ee86a09..3f5fd7e 100644
--- a/WebCore/bindings/js/JSPopStateEventCustom.cpp
+++ b/WebCore/bindings/js/JSPopStateEventCustom.cpp
@@ -45,13 +45,4 @@ JSValue JSPopStateEvent::initPopStateEvent(ExecState* exec, const ArgList& args)
return jsUndefined();
}
-JSC::JSValue JSPopStateEvent::state(JSC::ExecState* exec) const
-{
- SerializedScriptValue* object = static_cast<PopStateEvent*>(impl())->state();
- if (!object)
- return JSC::jsNull();
-
- return object->deserialize(exec);
-}
-
} // namespace WebCore