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

Unified Diff: Source/core/html/ValidityState.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/html/TimeRanges.h ('k') | Source/core/html/canvas/ANGLEInstancedArrays.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/ValidityState.h
diff --git a/Source/core/html/ValidityState.h b/Source/core/html/ValidityState.h
index 0ac7f95f32f6d5eab45e84aa34c7ae1c32e8dd15..0273142091d9caff9dc23472063d5545e21067e1 100644
--- a/Source/core/html/ValidityState.h
+++ b/Source/core/html/ValidityState.h
@@ -31,8 +31,9 @@
namespace blink {
class ValidityState : public NoBaseWillBeGarbageCollectedFinalized<ValidityState>, public ScriptWrappable {
- WTF_MAKE_NONCOPYABLE(ValidityState);
+ DEFINE_WRAPPERTYPEINFO();
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
+ WTF_MAKE_NONCOPYABLE(ValidityState);
public:
static PassOwnPtrWillBeRawPtr<ValidityState> create(FormAssociatedElement* control)
{
« no previous file with comments | « Source/core/html/TimeRanges.h ('k') | Source/core/html/canvas/ANGLEInstancedArrays.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698