| 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 0765d0248a94b16ec8c1df89d0ba7088962a4463..388e166c4e4b94a2cbe0c893aa754e4e74021a20 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -63,9 +63,6 @@ public:
|
| // 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*);
|
|
|