Commit 29f616d1 authored by alex@webkit.org's avatar alex@webkit.org

2011-04-05 Alejandro G. Castro <alex@igalia.com>

        Another compilation fix after r82929 horrible patch merge.

        * UIProcess/WebPageProxy.messages.in:

git-svn-id: svn://svn.chromium.org/blink/trunk@82936 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 22572760
2011-04-05 Alejandro G. Castro <alex@igalia.com>
Another compilation fix after r82929 horrible patch merge.
* UIProcess/WebPageProxy.messages.in:
2011-04-05 Alejandro G. Castro <alex@igalia.com>
Fix compilation error after r82929.
......
......@@ -126,17 +126,6 @@ messages -> WebPageProxy {
ViewScaleFactorDidChange(double scaleFactor)
#if PLATFORM(MAC)
# Dictionary support.
DidPerformDictionaryLookup(WTF::String text, WebKit::DictionaryPopupInfo dictionaryPopupInfo)
# Keyboard support messages
InterpretKeyEvent(uint32_t type) -> (Vector<WebCore::KeypressCommand> commandName, uint32_t selectionStart, uint32_t selectionEnd, Vector<WebCore::CompositionUnderline> underlines)
# Remote accessibility messages
RegisterWebProcessAccessibilityToken(CoreIPC::DataReference data)
#endif
#if PLATFORM(GTK)
# Support for GTK+ platform keybindings
GetEditorCommandsForKeyEvent() -> (Vector<WTF::String> commandsList)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment