| Index: third_party/WebKit/Source/modules/webaudio/PannerNode.h
 | 
| diff --git a/third_party/WebKit/Source/modules/webaudio/PannerNode.h b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
 | 
| index 8dfa494b1bd8496bff3c2943c9b6ea933a06ddee..342f581950d7574cbed27744b0163707c30763c3 100644
 | 
| --- a/third_party/WebKit/Source/modules/webaudio/PannerNode.h
 | 
| +++ b/third_party/WebKit/Source/modules/webaudio/PannerNode.h
 | 
| @@ -227,7 +227,6 @@ public:
 | 
|      void setPanningModel(const String&);
 | 
|      void setPosition(float x, float y, float z);
 | 
|      void setOrientation(float x, float y, float z);
 | 
| -    void setVelocity(float x, float y, float z);
 | 
|      String distanceModel() const;
 | 
|      void setDistanceModel(const String&);
 | 
|      double refDistance() const;
 | 
| 
 |