| Index: Source/core/frame/LocalDOMWindow.cpp
|
| diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
|
| index 97179dffc684d668a491d62c2e04e7a5c7423c7c..44d8dc4a7ea541e9ee635a26af09a6829262a19a 100644
|
| --- a/Source/core/frame/LocalDOMWindow.cpp
|
| +++ b/Source/core/frame/LocalDOMWindow.cpp
|
| @@ -1302,13 +1302,6 @@ void LocalDOMWindow::cancelAnimationFrame(int id)
|
| d->cancelAnimationFrame(id);
|
| }
|
|
|
| -DOMWindowCSS* LocalDOMWindow::css() const
|
| -{
|
| - if (!m_css)
|
| - m_css = DOMWindowCSS::create();
|
| - return m_css.get();
|
| -}
|
| -
|
| bool LocalDOMWindow::addEventListener(const AtomicString& eventType, PassRefPtr<EventListener> prpListener, bool useCapture)
|
| {
|
| RefPtr<EventListener> listener = prpListener;
|
|
|