summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h')
-rw-r--r--src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h b/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
index be49e68..af720bb 100644
--- a/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
+++ b/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
@@ -64,7 +64,6 @@ namespace JSC {
}
inline operator NativeConstructor() const {return ptr;}
inline operator bool() const {return ptr;}
- inline bool operator==(int val) const {return (int)ptr==val;}
inline void doNotCallDebuggerFunctionExit() {callDebuggerFunctionExit = false;}
JSObject* operator()(ExecState*, JSObject*, const ArgList&) const;