| Index: webkit/glue/webmediaplayer_impl.h
 | 
| diff --git a/webkit/glue/webmediaplayer_impl.h b/webkit/glue/webmediaplayer_impl.h
 | 
| index d1f73a02726ef23cfb5523c10c9ee7b409a254a5..8aa666114a04199de97dc22010363334cc1341e1 100644
 | 
| --- a/webkit/glue/webmediaplayer_impl.h
 | 
| +++ b/webkit/glue/webmediaplayer_impl.h
 | 
| @@ -226,12 +226,8 @@ class WebMediaPlayerImpl : public WebKit::WebMediaPlayer,
 | 
|    // Internal states of loading and network.
 | 
|    // TODO(hclam): Ask the pipeline about the state rather than having reading
 | 
|    // them from members which would cause race conditions.
 | 
| -  virtual WebKit::WebMediaPlayer::NetworkState networkState() const {
 | 
| -    return network_state_;
 | 
| -  }
 | 
| -  virtual WebKit::WebMediaPlayer::ReadyState readyState() const {
 | 
| -    return ready_state_;
 | 
| -  }
 | 
| +  virtual WebKit::WebMediaPlayer::NetworkState networkState() const;
 | 
| +  virtual WebKit::WebMediaPlayer::ReadyState readyState() const;
 | 
|  
 | 
|    virtual unsigned long long bytesLoaded() const;
 | 
|    virtual unsigned long long totalBytes() const;
 | 
| 
 |