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

Unified Diff: Source/WebKit2/WebProcess/WebPage/WebPage.h

Issue 6532004: DO NOT SUBMIT (Closed) Base URL: git://git.webkit.org/WebKit.git@master
Patch Set: Address feedback Created 9 years, 9 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: Source/WebKit2/WebProcess/WebPage/WebPage.h
diff --git a/Source/WebKit2/WebProcess/WebPage/WebPage.h b/Source/WebKit2/WebProcess/WebPage/WebPage.h
index a573de232422b9ad456c5f2aba25c659fb11880c..06319c5f1ca21f48480837c963a3e1833372e297 100644
--- a/Source/WebKit2/WebProcess/WebPage/WebPage.h
+++ b/Source/WebKit2/WebProcess/WebPage/WebPage.h
@@ -291,8 +291,6 @@ public:
SandboxExtensionTracker& sandboxExtensionTracker() { return m_sandboxExtensionTracker; }
- static void getLocationAndLengthFromRange(WebCore::Range*, uint64_t& location, uint64_t& length);
-
#if PLATFORM(MAC)
void registerUIProcessAccessibilityTokens(const CoreIPC::DataReference& elemenToken, const CoreIPC::DataReference& windowToken);
AccessibilityWebPageObject* accessibilityRemoteObject();
« no previous file with comments | « Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp ('k') | Source/WebKit2/WebProcess/WebPage/WebPage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698