| Index: sky/engine/core/frame/LocalDOMWindow.h
|
| diff --git a/sky/engine/core/frame/LocalDOMWindow.h b/sky/engine/core/frame/LocalDOMWindow.h
|
| index 49ccb59dde6b41904ed5c9452afa6acc72a73ec3..47b71c5f4cf94fdb4193a09d3f4972bec56ca87a 100644
|
| --- a/sky/engine/core/frame/LocalDOMWindow.h
|
| +++ b/sky/engine/core/frame/LocalDOMWindow.h
|
| @@ -119,8 +119,6 @@ public:
|
|
|
| void focus(ExecutionContext* = 0);
|
|
|
| - bool find(const String&, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) const;
|
| -
|
| int outerHeight() const;
|
| int outerWidth() const;
|
| int innerHeight() const;
|
| @@ -132,7 +130,6 @@ public:
|
|
|
| // FIXME(sky): keeping self for now since js-test.html uses it.
|
| LocalDOMWindow* window() const;
|
| - LocalDOMWindow* self() const { return window(); }
|
|
|
| // DOM Level 2 AbstractView Interface
|
|
|
| @@ -241,7 +238,6 @@ private:
|
| mutable RefPtr<Screen> m_screen;
|
| mutable RefPtr<Console> m_console;
|
| mutable RefPtr<Location> m_location;
|
| - mutable RefPtr<StyleMedia> m_media;
|
|
|
| mutable RefPtr<DOMWindowCSS> m_css;
|
|
|
|
|