summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/JSDOMWindowBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/JSDOMWindowBase.h')
-rw-r--r--WebCore/bindings/js/JSDOMWindowBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/bindings/js/JSDOMWindowBase.h b/WebCore/bindings/js/JSDOMWindowBase.h
index cafca73..fbef808 100644
--- a/WebCore/bindings/js/JSDOMWindowBase.h
+++ b/WebCore/bindings/js/JSDOMWindowBase.h
@@ -60,6 +60,7 @@ namespace WebCore {
virtual JSC::ExecState* globalExec();
virtual bool supportsProfiling() const;
+ virtual bool supportsRichSourceInfo() const;
virtual bool shouldInterruptScript() const;
bool allowsAccessFrom(JSC::ExecState*) const;