Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(946)

Unified Diff: Source/core/frame/LocalDOMWindow.cpp

Issue 1025133003: Oilpan: remove now-addressed PostMessageTimer fixme. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/LocalDOMWindow.cpp
diff --git a/Source/core/frame/LocalDOMWindow.cpp b/Source/core/frame/LocalDOMWindow.cpp
index a3fa464835ba8ae18bc1c89b38e7e65a66efebda..9ac315bbdcdfe24e60bb43b40ee15d7e2bfb1133 100644
--- a/Source/core/frame/LocalDOMWindow.cpp
+++ b/Source/core/frame/LocalDOMWindow.cpp
@@ -189,9 +189,6 @@ private:
InspectorInstrumentation::traceAsyncCallbackCompleted(cookie);
}
- // FIXME: Oilpan: This raw pointer is safe because the PostMessageTimer is
- // owned by the LocalDOMWindow. Ideally PostMessageTimer should be moved to
- // the heap and use Member<LocalDOMWindow>.
RawPtrWillBeMember<LocalDOMWindow> m_window;
RefPtr<SerializedScriptValue> m_message;
String m_origin;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698