| Index: third_party/WebKit/public/platform/WebTaskRunner.h
|
| diff --git a/third_party/WebKit/public/platform/WebTaskRunner.h b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| index 6e2bbd8e1647d3efd65dbe8562dcb11905a83621..d2f948968cd77482e0233576e9277aaee46ebd9a 100644
|
| --- a/third_party/WebKit/public/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| @@ -66,7 +66,7 @@ public:
|
| virtual double monotonicallyIncreasingVirtualTimeSeconds() const = 0;
|
|
|
| // Returns the underlying task runner object.
|
| - virtual SingleThreadTaskRunner* taskRunner() = 0;
|
| + virtual SingleThreadTaskRunner* toSingleThreadTaskRunner() = 0;
|
|
|
| #ifdef INSIDE_BLINK
|
| // Helpers for posting bound functions as tasks.
|
|
|