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

Unified Diff: Source/modules/crypto/CryptoKey.cpp

Issue 1278103002: Oilpan: tidy up some inter-stack object references. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
Index: Source/modules/crypto/CryptoKey.cpp
diff --git a/Source/modules/crypto/CryptoKey.cpp b/Source/modules/crypto/CryptoKey.cpp
index 98b5597680063c38ced2547d81f75a8c1232877e..94d03ed7a665078edf111bf6ff62c074dd33ce39 100644
--- a/Source/modules/crypto/CryptoKey.cpp
+++ b/Source/modules/crypto/CryptoKey.cpp
@@ -130,6 +130,9 @@ public:
}
private:
+ // Oilpan: CSSParserObserver is stack allocated and stack scanning will
+ // separately locate it.
+ GC_PLUGIN_IGNORE("509911")
V8ObjectBuilder& m_builder;
};

Powered by Google App Engine
This is Rietveld 408576698