Chromium Code Reviews| 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; |