Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
index e3bda432431ebdca756fbff890289102bf526f94..e5ae8c1ca2a587fce338648b15f5d4ed3847d9ff 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h |
@@ -128,6 +128,9 @@ |
void clearWindowProxy(); |
void updateDocument(); |
+ void namedItemAdded(HTMLDocument*, const AtomicString&); |
+ void namedItemRemoved(HTMLDocument*, const AtomicString&); |
+ |
void updateSecurityOrigin(SecurityOrigin*); |
void clearForClose(); |