Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: webkit/api/src/StorageEventDispatcherImpl.cpp

Issue 294017: Roll WebKit up to 49830 and fix a build error caused by that revision.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/redirect_uitest.cc ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()));
}
}
« no previous file with comments | « chrome/browser/history/redirect_uitest.cc ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698