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

Unified Diff: third_party/WebKit/public/platform/WebPrerender.h

Issue 1862593005: Prerender need to be on the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/public/platform/WebPrerender.h
diff --git a/third_party/WebKit/public/platform/WebPrerender.h b/third_party/WebKit/public/platform/WebPrerender.h
index 77b261ab1b6bcad5d4a0aa27f9c831c0fbfcce48..834ce9fcd181b48b5583b906e16532e36c86f0dc 100644
--- a/third_party/WebKit/public/platform/WebPrerender.h
+++ b/third_party/WebKit/public/platform/WebPrerender.h
@@ -37,10 +37,6 @@
#include "WebString.h"
#include "WebURL.h"
-#if INSIDE_BLINK
-#include "wtf/PassRefPtr.h"
-#endif
-
namespace blink {
class Prerender;
@@ -68,7 +64,7 @@ public:
}
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebPrerender(PassRefPtr<Prerender>);
+ BLINK_PLATFORM_EXPORT explicit WebPrerender(Prerender*);
BLINK_PLATFORM_EXPORT const Prerender* toPrerender() const;
#endif

Powered by Google App Engine
This is Rietveld 408576698