| Index: webkit/api/src/StorageEventDispatcherImpl.cpp
|
| ===================================================================
|
| --- webkit/api/src/StorageEventDispatcherImpl.cpp (revision 29487)
|
| +++ webkit/api/src/StorageEventDispatcherImpl.cpp (working copy)
|
| @@ -73,7 +73,7 @@
|
| // FIXME: Figure out how to pass in the document URI.
|
| for (unsigned i = 0; i < frames.size(); ++i) {
|
| frames[i]->document()->dispatchWindowEvent(StorageEvent::create(eventNames().storageEvent, key,oldValue, newValue,
|
| - String(), 0, frames[i]->domWindow()->localStorage()));
|
| + String(), frames[i]->domWindow()->localStorage()));
|
| }
|
| }
|
|
|
|
|