diff options
Diffstat (limited to 'webkit/port/bindings/v8/ScheduledAction.h')
-rw-r--r-- | webkit/port/bindings/v8/ScheduledAction.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/webkit/port/bindings/v8/ScheduledAction.h b/webkit/port/bindings/v8/ScheduledAction.h deleted file mode 100644 index c2a1d88..0000000 --- a/webkit/port/bindings/v8/ScheduledAction.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef ScheduledAction_h -#define ScheduledAction_h - -namespace WebCore { - -class ScriptExecutionContext; - -class ScheduledAction { -public: - virtual ~ScheduledAction() { } - virtual void execute(ScriptExecutionContext* window) = 0; -}; - -} - -#endif - |