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

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

Issue 1436173002: Oilpan: account for V8NPObject::rootObject bare pointer. (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/NPV8Object.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h b/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
index 543af66ba7493b60f11715525b1f0bac27b289f1..89f8513147ff69d0901be821166000a8f9c05f39 100644
--- a/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
+++ b/third_party/WebKit/Source/bindings/core/v8/NPV8Object.h
@@ -34,6 +34,8 @@
#include "bindings/core/v8/V8DOMWrapper.h"
#include "core/CoreExport.h"
+#include "platform/heap/Handle.h"
+
// Chromium uses npruntime.h from the Chromium source repository under
// third_party/npapi/bindings.
#include <bindings/npruntime.h>
@@ -56,7 +58,7 @@ struct V8NPObject {
public:
NPObject object;
v8::Persistent<v8::Object> v8Object;
- LocalDOMWindow* rootObject;
+ RawPtrWillBeUntracedMember<LocalDOMWindow> rootObject;
};
struct PrivateIdentifier {
« 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