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

Unified Diff: Source/modules/webaudio/AudioListener.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/webaudio/AudioListener.h
diff --git a/Source/modules/webaudio/AudioListener.h b/Source/modules/webaudio/AudioListener.h
index 4cb26cdb69d13c97120ce0b24518c2df59d1a8cd..21d2e5df9456c5fc8503726f0196e2b34bdca4f1 100644
--- a/Source/modules/webaudio/AudioListener.h
+++ b/Source/modules/webaudio/AudioListener.h
@@ -43,6 +43,7 @@ class PannerNode;
// AudioListener maintains the state of the listener in the audio scene as defined in the OpenAL specification.
class AudioListener : public GarbageCollectedFinalized<AudioListener>, public ScriptWrappable {
+ DEFINE_WRAPPERTYPEINFO();
public:
static AudioListener* create()
{

Powered by Google App Engine
This is Rietveld 408576698