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

Unified Diff: sky/engine/core/dom/DOMURL.cpp

Issue 700753006: Remove PublicURLManager. (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/dom/DOMURL.h ('k') | sky/engine/core/dom/ExecutionContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/DOMURL.cpp
diff --git a/sky/engine/core/dom/DOMURL.cpp b/sky/engine/core/dom/DOMURL.cpp
index e8ae7811bfb0cf72b09498b9559f2daaab5ea0fe..f891495c623c6ef81546b29ea7dee93391ff7dd7 100644
--- a/sky/engine/core/dom/DOMURL.cpp
+++ b/sky/engine/core/dom/DOMURL.cpp
@@ -32,7 +32,6 @@
#include "core/dom/ExceptionCode.h"
#include "core/dom/ExecutionContext.h"
#include "core/fetch/MemoryCache.h"
-#include "core/html/PublicURLManager.h"
#include "wtf/MainThread.h"
namespace blink {
@@ -60,12 +59,4 @@ void DOMURL::setInput(const String& value)
}
}
-void DOMURL::revokeObjectUUID(ExecutionContext* executionContext, const String& uuid)
-{
- if (!executionContext)
- return;
-
- executionContext->publicURLManager().revoke(uuid);
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/core/dom/DOMURL.h ('k') | sky/engine/core/dom/ExecutionContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698