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

Unified Diff: Source/modules/device_orientation/DeviceOrientationEvent.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. 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/modules/device_orientation/DeviceOrientationEvent.h
diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.h b/Source/modules/device_orientation/DeviceOrientationEvent.h
index bccc97507ea4027d3ef3e8e9ccd0005a11cd6b25..302d1423c767857fcfb3cbcdd240a0af4a178fad 100644
--- a/Source/modules/device_orientation/DeviceOrientationEvent.h
+++ b/Source/modules/device_orientation/DeviceOrientationEvent.h
@@ -34,6 +34,7 @@ namespace blink {
class DeviceOrientationData;
class DeviceOrientationEvent FINAL : public Event {
+ DEFINE_WRAPPERTYPEINFO();
public:
virtual ~DeviceOrientationEvent();
static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create()
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionEvent.h ('k') | Source/modules/device_orientation/DeviceRotationRate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698