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

Unified Diff: Source/core/testing/PrivateScriptTest.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/testing/LayerRectList.h ('k') | Source/core/testing/RefCountedScriptWrappable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTest.h
diff --git a/Source/core/testing/PrivateScriptTest.h b/Source/core/testing/PrivateScriptTest.h
index c0fb370916f287c0d4f2f1d493f70320c44b3f5d..e7c40f904ff5e06ce617a012061580c4e2ed9e1c 100644
--- a/Source/core/testing/PrivateScriptTest.h
+++ b/Source/core/testing/PrivateScriptTest.h
@@ -15,6 +15,7 @@ namespace blink {
class LocalFrame;
class PrivateScriptTest : public GarbageCollectedFinalized<PrivateScriptTest>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static PrivateScriptTest* create(LocalFrame* frame)
{
@@ -35,4 +36,4 @@ private:
} // namespace blink
-#endif
+#endif // PrivateScriptTest_h
« no previous file with comments | « Source/core/testing/LayerRectList.h ('k') | Source/core/testing/RefCountedScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698