summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bindings/ScriptControllerBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/bindings/ScriptControllerBase.h')
-rw-r--r--Source/WebCore/bindings/ScriptControllerBase.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/Source/WebCore/bindings/ScriptControllerBase.h b/Source/WebCore/bindings/ScriptControllerBase.h
index ed6ca62..489c8a8 100644
--- a/Source/WebCore/bindings/ScriptControllerBase.h
+++ b/Source/WebCore/bindings/ScriptControllerBase.h
@@ -37,12 +37,6 @@ enum ReasonForCallingCanExecuteScripts {
NotAboutToExecuteScript
};
-// Whether to call the XSSAuditor to audit a script before passing it to the JavaScript engine.
-enum ShouldAllowXSS {
- AllowXSS,
- DoNotAllowXSS
-};
-
-} // namespace WebCore
+}
-#endif // ScriptControllerBase_h
+#endif