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

Unified Diff: ppapi/cpp/dev/url_util_dev.h

Issue 6623043: Pepper: spelling correction: Resove -> Resolve (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « no previous file | ppapi/cpp/dev/url_util_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/url_util_dev.h
diff --git a/ppapi/cpp/dev/url_util_dev.h b/ppapi/cpp/dev/url_util_dev.h
index 4d0fa5af1c13fc328620646ff8ef5e1abb7eeb55..aa9e2fd3a1c1f073b5b6f57d1796cbaca5d0e029 100644
--- a/ppapi/cpp/dev/url_util_dev.h
+++ b/ppapi/cpp/dev/url_util_dev.h
@@ -29,9 +29,9 @@ class URLUtil_Dev {
Var ResolveRelativeToURL(const Var& base_url,
const Var& relative_string,
PP_URLComponents_Dev* components = NULL) const;
- Var ResoveRelativeToDocument(const Instance& instance,
- const Var& relative_string,
- PP_URLComponents_Dev* components = NULL) const;
+ Var ResolveRelativeToDocument(const Instance& instance,
+ const Var& relative_string,
+ PP_URLComponents_Dev* components = NULL) const;
bool IsSameSecurityOrigin(const Var& url_a, const Var& url_b) const;
bool DocumentCanRequest(const Instance& instance, const Var& url) const;
« no previous file with comments | « no previous file | ppapi/cpp/dev/url_util_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698