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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 474143002: Rename some functions of which names contain 'WebCore.' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/WebInputEventConversion.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index bd2aa7a167cdeb32b663532e05af046057b67e6f..0befafeeec326c9bb5d49745c382460e9c13a170 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -235,7 +235,7 @@ public:
static WebLocalFrameImpl* create(WebFrameClient*);
virtual ~WebLocalFrameImpl();
- PassRefPtr<LocalFrame> initializeWebCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
+ PassRefPtr<LocalFrame> initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name, const AtomicString& fallbackName);
PassRefPtr<LocalFrame> createChildFrame(
const FrameLoadRequest&, HTMLFrameOwnerElement*);
@@ -319,8 +319,8 @@ private:
explicit WebLocalFrameImpl(WebFrameClient*);
- // Sets the local WebCore frame and registers destruction observers.
- void setWebCoreFrame(PassRefPtr<LocalFrame>);
+ // Sets the local core frame and registers destruction observers.
+ void setCoreFrame(PassRefPtr<LocalFrame>);
void loadJavaScriptURL(const KURL&);
« no previous file with comments | « Source/web/WebInputEventConversion.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698