Index: content/shell/renderer/test_runner/MockWebMIDIAccessor.h |
diff --git a/content/shell/renderer/test_runner/MockWebMIDIAccessor.h b/content/shell/renderer/test_runner/MockWebMIDIAccessor.h |
index 302c5bfc1c43053f08854cd783d5a16a79af398a..3fa0a31b114be24105671263e4cec1afd8151869 100644 |
--- a/content/shell/renderer/test_runner/MockWebMIDIAccessor.h |
+++ b/content/shell/renderer/test_runner/MockWebMIDIAccessor.h |
@@ -31,7 +31,7 @@ public: |
double timestamp) OVERRIDE {} |
// WebTask related methods |
- WebTaskList* taskList() { return &m_taskList; } |
+ WebTaskList* mutable_task_list() { return &m_taskList; } |
private: |
blink::WebMIDIAccessorClient* m_client; |