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

Unified Diff: sky/engine/core/frame/Location.cpp

Issue 750663002: Remove DOMStringList. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/frame/Location.h ('k') | sky/engine/core/frame/Location.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/Location.cpp
diff --git a/sky/engine/core/frame/Location.cpp b/sky/engine/core/frame/Location.cpp
index 09ee88b57f58b576e76b9d64f26a106dbe5c5a83..f36caf7fdb6d1ca181b19cb6c8da8b7b5773a160 100644
--- a/sky/engine/core/frame/Location.cpp
+++ b/sky/engine/core/frame/Location.cpp
@@ -112,12 +112,6 @@ String Location::origin() const
return DOMURLUtilsReadOnly::origin(url());
}
-PassRefPtr<DOMStringList> Location::ancestorOrigins() const
-{
- // FIXME(sky): remove
- return DOMStringList::create();
-}
-
String Location::hash() const
{
if (!m_frame)
« no previous file with comments | « sky/engine/core/frame/Location.h ('k') | sky/engine/core/frame/Location.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698