Chromium Code Reviews| 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 |