Index: WebCore/storage/StorageEventDispatcher.h |
=================================================================== |
--- WebCore/storage/StorageEventDispatcher.h (revision 113961) |
+++ WebCore/storage/StorageEventDispatcher.h (working copy) |
@@ -35,7 +35,6 @@ |
namespace WebCore { |
- // This is in its own class since Chromium must override it. |
class StorageEventDispatcher { |
public: |
static void dispatch(const String& key, const String& oldValue, const String& newValue, StorageType, SecurityOrigin*, Frame* sourceFrame); |