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

Unified Diff: Source/core/events/ApplicationCacheErrorEvent.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 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 | « Source/core/events/AnimationPlayerEvent.h ('k') | Source/core/events/AutocompleteErrorEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ApplicationCacheErrorEvent.h
diff --git a/Source/core/events/ApplicationCacheErrorEvent.h b/Source/core/events/ApplicationCacheErrorEvent.h
index 2680df1f7803a3f5b92ce7f340304dbe4ef3357a..843937dd66c05a25aa164428552ae62710e70da9 100644
--- a/Source/core/events/ApplicationCacheErrorEvent.h
+++ b/Source/core/events/ApplicationCacheErrorEvent.h
@@ -23,6 +23,7 @@ struct ApplicationCacheErrorEventInit : public EventInit {
};
class ApplicationCacheErrorEvent FINAL : public Event {
+ DEFINE_WRAPPERTYPEINFO();
public:
virtual ~ApplicationCacheErrorEvent();
« no previous file with comments | « Source/core/events/AnimationPlayerEvent.h ('k') | Source/core/events/AutocompleteErrorEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698