Index: third_party/WebKit/Source/core/dom/ParserContentPolicy.h |
diff --git a/third_party/WebKit/Source/core/dom/ParserContentPolicy.h b/third_party/WebKit/Source/core/dom/ParserContentPolicy.h |
index 23167e67a86f3b3e7b6af5c26244bc9450ad87eb..ca6632e11bfe5cc4f5f5fa6c839c7d0f6c211b95 100644 |
--- a/third_party/WebKit/Source/core/dom/ParserContentPolicy.h |
+++ b/third_party/WebKit/Source/core/dom/ParserContentPolicy.h |
@@ -30,7 +30,6 @@ namespace blink { |
enum ParserContentPolicy { |
DisallowScriptingAndPluginContent, |
- DisallowScriptingContent, |
AllowScriptingContent, |
AllowScriptingContentAndDoNotMarkAlreadyStarted, |
}; |