Index: Source/core/loader/appcache/ApplicationCache.cpp |
diff --git a/Source/core/loader/appcache/ApplicationCache.cpp b/Source/core/loader/appcache/ApplicationCache.cpp |
index 14e335351bb47dab880dda572d2ceaaed0ddb5fd..bc9ac05a20d38e5c71f9936f4f5a639194b1fd26 100644 |
--- a/Source/core/loader/appcache/ApplicationCache.cpp |
+++ b/Source/core/loader/appcache/ApplicationCache.cpp |
@@ -93,7 +93,7 @@ void ApplicationCache::abort() |
const AtomicString& ApplicationCache::interfaceName() const |
{ |
- return eventNames().interfaceForApplicationCache; |
+ return EventTargetNames::ApplicationCache; |
} |
ExecutionContext* ApplicationCache::executionContext() const |