| Index: third_party/WebKit/Source/core/dom/StringCallback.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StringCallback.h b/third_party/WebKit/Source/core/dom/StringCallback.h
|
| index a48211cd9d41724d58ce557efcc4821fb8abdd2d..223ea396bac6c791f7f05b12d0a28ffd3c468ba7 100644
|
| --- a/third_party/WebKit/Source/core/dom/StringCallback.h
|
| +++ b/third_party/WebKit/Source/core/dom/StringCallback.h
|
| @@ -36,21 +36,11 @@
|
|
|
| namespace blink {
|
|
|
| -class ExecutionContext;
|
| -enum class TaskType : unsigned;
|
| -
|
| class StringCallback : public GarbageCollectedFinalized<StringCallback> {
|
| public:
|
| virtual ~StringCallback() {}
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
| virtual void handleEvent(const String& data) = 0;
|
| -
|
| - // Helper to post callback task.
|
| - static void scheduleCallback(TaskType,
|
| - StringCallback*,
|
| - ExecutionContext*,
|
| - const String& data,
|
| - const String& instrumentationName);
|
| };
|
|
|
| } // namespace blink
|
|
|