| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index 0312de7a794228b1ca8660642d2e7c9fd4361396..3146b0001358d00f748c94bd247c616bec47ea4b 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -22,7 +22,6 @@ class InputDeviceCapabilitiesConstants;
|
| class LocalDOMWindow;
|
| class Location;
|
| class MessageEvent;
|
| -class ScriptValue;
|
| class SerializedScriptValue;
|
| class WindowProxyManager;
|
|
|
| @@ -89,7 +88,6 @@ class CORE_EXPORT DOMWindow : public EventTargetWithInlineData,
|
|
|
| // Indexed properties
|
| DOMWindow* AnonymousIndexedGetter(uint32_t index) const;
|
| - bool AnonymousIndexedSetter(uint32_t index, const ScriptValue&);
|
|
|
| void postMessage(PassRefPtr<SerializedScriptValue> message,
|
| const MessagePortArray&,
|
|
|