| Index: webkit/api/src/StorageEventDispatcherChromium.cpp
|
| ===================================================================
|
| --- webkit/api/src/StorageEventDispatcherChromium.cpp (revision 27849)
|
| +++ webkit/api/src/StorageEventDispatcherChromium.cpp (working copy)
|
| @@ -46,7 +46,8 @@
|
| const String& newValue, StorageType storageType,
|
| SecurityOrigin* origin, Frame* sourceFrame)
|
| {
|
| - // FIXME: Implement.
|
| + ASSERT(!sourceFrame); // Sad, but true.
|
| + WebKit::webKitClient()->dispatchStorageEvent(key, oldValue, newValue, origin->toString(), storageType == LocalStorage);
|
| }
|
|
|
| } // namespace WebCore
|
|
|