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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h

Issue 1440003002: Oilpan: account for RetainedDOMInfo::m_root temporary Node reference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
index 41f289e25eefa2b4f8529e56f34b4a99d53c6b49..0e84230078ef0d9ccf4d4d8a5386c3619eac9edf 100644
--- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
+++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
@@ -32,6 +32,7 @@
#define RetainedDOMInfo_h
#include "bindings/core/v8/RetainedObjectInfo.h"
+#include "platform/heap/Handle.h"
#include <v8-profiler.h>
namespace blink {
@@ -56,6 +57,7 @@ public:
private:
// V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
// doesn't get control. This allows us to use raw pointers.
+ GC_PLUGIN_IGNORE("553613")
Node* m_root;
};
« 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