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

Unified Diff: Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced and sent out to the code review. Created 6 years, 4 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
Index: Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
diff --git a/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl b/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
index 38ff9b8351c5dd5738aebdbf07e9e77345cb3e0a..14d730a8ea4a64216a773caaa87830eaa05b4b4e 100644
--- a/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
+++ b/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
@@ -16,6 +16,7 @@ namespace blink {
class Page;
class InternalSettingsGenerated : public RefCountedWillBeGarbageCollectedFinalized<InternalSettingsGenerated>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
explicit InternalSettingsGenerated(Page*);
virtual ~InternalSettingsGenerated();

Powered by Google App Engine
This is Rietveld 408576698