summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/ScriptScope.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/ScriptScope.h')
-rw-r--r--WebCore/bindings/v8/ScriptScope.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/ScriptScope.h b/WebCore/bindings/v8/ScriptScope.h
index 6fee458..3f9a332 100644
--- a/WebCore/bindings/v8/ScriptScope.h
+++ b/WebCore/bindings/v8/ScriptScope.h
@@ -49,7 +49,6 @@ namespace WebCore {
v8::Context::Scope m_scope;
v8::TryCatch m_exceptionCatcher;
ScriptState* m_scriptState;
- bool m_reportExceptions;
};
}