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

Unified Diff: Source/core/inspector/DevToolsHost.cpp

Issue 735263002: Oilpan: remove GC plugin ignore for recursive value objects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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/inspector/DevToolsHost.cpp
diff --git a/Source/core/inspector/DevToolsHost.cpp b/Source/core/inspector/DevToolsHost.cpp
index 4bbd1c047ba514829c2a0a68558b7195c80c4d43..7d9089c29fb72bb3e054a3b1436486e795e34014 100644
--- a/Source/core/inspector/DevToolsHost.cpp
+++ b/Source/core/inspector/DevToolsHost.cpp
@@ -124,9 +124,6 @@ private:
RawPtrWillBeMember<DevToolsHost> m_devtoolsHost;
ScriptValue m_frontendApiObject;
- // FIXME: Oilpan: remove when http://crbug.com/424962 Blink GC plugin
- // changes have been deployed. ContextMenuItem triggers looping behavior.
- GC_PLUGIN_IGNORE("crbug.com/424962")
Vector<ContextMenuItem> m_items;
};
« 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