| Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| index abd6e8f63e13730ed35330d38dd3ae56f6ea984b..af497496f4ada58c55f4da914f4dd25868fba4f0 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
|
| @@ -476,6 +476,7 @@ void LocalFrame::detachChildren() {
|
| }
|
|
|
| void LocalFrame::setDOMWindow(LocalDOMWindow* domWindow) {
|
| + // TODO(haraken): Update this comment.
|
| // Oilpan: setDOMWindow() cannot be used when finalizing. Which
|
| // is acceptable as its actions are either not needed or handled
|
| // by other means --
|
| @@ -496,7 +497,6 @@ void LocalFrame::setDOMWindow(LocalDOMWindow* domWindow) {
|
| if (m_domWindow)
|
| m_domWindow->reset();
|
| m_domWindow = domWindow;
|
| - page()->chromeClient().installSupplements(*this);
|
| }
|
|
|
| Document* LocalFrame::document() const {
|
|
|