Index: Source/WebCore/editing/Editor.h |
=================================================================== |
--- Source/WebCore/editing/Editor.h (revision 86684) |
+++ Source/WebCore/editing/Editor.h (working copy) |
@@ -198,7 +198,6 @@ |
Command command(const String& commandName); // Command source is CommandFromMenuOrKeyBinding. |
Command command(const String& commandName, EditorCommandSource); |
static bool commandIsSupportedFromMenuOrKeyBinding(const String& commandName); // Works without a frame. |
- static bool hasTransparentBackgroundColor(CSSStyleDeclaration*); |
bool insertText(const String&, Event* triggeringEvent); |
bool insertTextForConfirmedComposition(const String& text); |