| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index 388e166c4e4b94a2cbe0c893aa754e4e74021a20..0765d0248a94b16ec8c1df89d0ba7088962a4463 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -63,6 +63,9 @@
|
| // Update document object of the frame.
|
| void updateDocument();
|
|
|
| + void namedItemAdded(HTMLDocument*, const AtomicString&);
|
| + void namedItemRemoved(HTMLDocument*, const AtomicString&);
|
| +
|
| // Update the security origin of a document
|
| // (e.g., after setting docoument.domain).
|
| void updateSecurityOrigin(SecurityOrigin*);
|
|
|