git-svn-id: http://google-url.googlecode.com/svn/trunk@125 8873c55e-713a-0410-88f8-23d9c3d90b1b
@@ -76,8 +76,10 @@ bool IsStandard(const char16* spec, const url_parse::Component& scheme);
// TODO(brettw) remove this. This is a temporary compatibility hack to avoid
// breaking the WebKit build when this version is synced via Chrome.
-bool IsStandard(const char* spec, int spec_len,
- const url_parse::Component& scheme);
+inline bool IsStandard(const char* spec, int spec_len,
+ const url_parse::Component& scheme) {
+ return IsStandard(spec, scheme);
+}
// URL library wrappers -------------------------------------------------------