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

Unified Diff: third_party/WebCore/dom/PopStateEvent.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « third_party/WebCore/dom/Node.idl ('k') | third_party/WebCore/fileapi/FileReader.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/PopStateEvent.idl
diff --git a/third_party/WebCore/dom/PopStateEvent.idl b/third_party/WebCore/dom/PopStateEvent.idl
index 09dc7864a7e79d7be6b07d7bd176013bcb94e78f..04d9409fd93728f208abbc22f943055fe44bc75f 100644
--- a/third_party/WebCore/dom/PopStateEvent.idl
+++ b/third_party/WebCore/dom/PopStateEvent.idl
@@ -28,7 +28,7 @@
[
ConstructorTemplate=Event
] interface PopStateEvent : Event {
- [InitializedByEventConstructor, CachedAttribute, CustomGetter] readonly attribute DOMObject state;
+ [InitializedByEventConstructor, CachedAttribute, CustomGetter] readonly attribute any state;
};
#endif
« no previous file with comments | « third_party/WebCore/dom/Node.idl ('k') | third_party/WebCore/fileapi/FileReader.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698