Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index e5ca6493ba619d0b5a8192485713807156abc6e4..152ba41805fee80d2b7a23727b68e7c805dae727 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -695,7 +695,7 @@ private: |
}; |
#if BLINK_IMPLEMENTATION |
-Frame* toWebCoreFrame(const WebFrame*); |
+Frame* toCoreFrame(const WebFrame*); |
#endif |
} // namespace blink |