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

Unified Diff: public/web/WebFrame.h

Issue 628063003: Oilpan: fix (MSVC) build after r183241. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « Source/web/WebFrame.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 63215a4738730dd9d245d3131f0174c59af2e5ea..0250a19423b095f1649b85f50ec182784bb24d27 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -673,7 +673,7 @@ private:
#if BLINK_IMPLEMENTATION
#if ENABLE(OILPAN)
static void traceFrame(Visitor*, WebFrame*);
- static bool isAlive(Visitor*, WebFrame*);
+ static bool isFrameAlive(Visitor*, const WebFrame*);
#endif
#endif
« no previous file with comments | « Source/web/WebFrame.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698