| Index: third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
|
| index c148a9ead96fefaf7940c1d0098ee0c177ef576b..4cba367fe16d46c9dd3dc397a7d51b98fc6786ee 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.h
|
| @@ -40,7 +40,8 @@ class BiquadFilterNode final : public AudioNode {
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
| public:
|
| - // These must be defined as in the .idl file and must match those in the BiquadProcessor class.
|
| + // These must be defined as in the .idl file and must match those in the
|
| + // BiquadProcessor class.
|
| enum {
|
| LOWPASS = 0,
|
| HIGHPASS = 1,
|
|
|