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

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

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
Index: Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
diff --git a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
index 99f09699f9117a392edc54a765917d67bfba7c7c..6e14e2282dff715ddc13be687e0323f3a6c4393c 100644
--- a/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
+++ b/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
@@ -14,6 +14,7 @@
namespace blink {
class InternalRuntimeFlags : public RefCountedWillBeGarbageCollected<InternalRuntimeFlags>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<InternalRuntimeFlags> create()
{
« no previous file with comments | « Source/bindings/tests/results/V8TestTypedefs.cpp ('k') | Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698