| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 7ddff687d681a8e5cb22c973d3040b314869204f..63cd99c85d29fe84852181073b7c2173cf6bc0e1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1169,9 +1169,6 @@ private:
|
|
|
| Member<LocalFrame> m_frame;
|
| Member<LocalDOMWindow> m_domWindow;
|
| - // TODO(Oilpan): when we get rid of the transition types change the
|
| - // HTMLImportsController to not be a DocumentSupplement since it is
|
| - // redundant with oilpan.
|
| Member<HTMLImportsController> m_importsController;
|
|
|
| Member<ResourceFetcher> m_fetcher;
|
|
|