Chromium Code Reviews| Index: Source/modules/webaudio/PannerNode.h |
| diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h |
| index 68fc1d539278b2dbcaf892ad2ccf59efbcf00279..6b2b0ed6bef76e6169b1d0de1936ca9cf9d23df6 100644 |
| --- a/Source/modules/webaudio/PannerNode.h |
| +++ b/Source/modules/webaudio/PannerNode.h |
| @@ -51,7 +51,6 @@ public: |
| enum { |
| EQUALPOWER = 0, |
| HRTF = 1, |
| - SOUNDFIELD = 2, |
| }; |
| // These must be defined as in the .idl file and must match those |