summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/ScriptObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/ScriptObject.h')
-rw-r--r--WebCore/bindings/v8/ScriptObject.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebCore/bindings/v8/ScriptObject.h b/WebCore/bindings/v8/ScriptObject.h
index bee079c..6b78cfc 100644
--- a/WebCore/bindings/v8/ScriptObject.h
+++ b/WebCore/bindings/v8/ScriptObject.h
@@ -48,19 +48,6 @@ namespace WebCore {
v8::Local<v8::Object> v8Object() const;
ScriptState* scriptState() const { return m_scriptState; }
-
- bool set(const String& name, const String&);
- bool set(const char* name, const ScriptObject&);
- bool set(const char* name, const String&);
- bool set(const char* name, double);
- bool set(const char* name, long);
- bool set(const char* name, long long);
- bool set(const char* name, int);
- bool set(const char* name, unsigned);
- bool set(const char* name, unsigned long);
- bool set(const char* name, bool);
-
- static ScriptObject createNew(ScriptState*);
protected:
ScriptState* m_scriptState;
};