| Index: Source/modules/webaudio/PannerNode.h
|
| diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h
|
| index de26fe6b4be812c6bc3d7027c09f12ea21e48c41..4b647049b7b9c90f1071e75d1f00d6009c4cb11e 100644
|
| --- a/Source/modules/webaudio/PannerNode.h
|
| +++ b/Source/modules/webaudio/PannerNode.h
|
| @@ -45,6 +45,7 @@ namespace blink {
|
| // All of these effects follow the OpenAL specification very closely.
|
|
|
| class PannerNode FINAL : public AudioNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // These enums are used to distinguish what cached values of panner are dirty.
|
| enum {
|
|
|