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

Unified Diff: Source/core/dom/EventTarget.h

Issue 22802012: Rename DOMApplicationCache to ApplicationCache and expose it to JS (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/core/dom/EventTarget.h
diff --git a/Source/core/dom/EventTarget.h b/Source/core/dom/EventTarget.h
index 633d2d27ebd454ff0e26ff3411c42aaa5bef8edb..37a567a7e60a4ebd70f6e79907280bdb05b7debf 100644
--- a/Source/core/dom/EventTarget.h
+++ b/Source/core/dom/EventTarget.h
@@ -39,7 +39,7 @@
namespace WebCore {
class AudioContext;
- class DOMApplicationCache;
+ class ApplicationCache;
tkent 2013/08/19 22:47:10 nit: sort alphabetically.
do-not-use 2013/08/20 06:17:30 Done.
class DOMWindow;
class DedicatedWorkerGlobalScope;
class Event;

Powered by Google App Engine
This is Rietveld 408576698