Guest User

Untitled

a guest
Jan 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/WebKit2/UIProcess/API/qt/qwkpage.cpp b/WebKit2/UIProcess/API/qt/qwkpage.cpp
  2. index 58aeaca..cc3b471 100644
  3. --- a/WebKit2/UIProcess/API/qt/qwkpage.cpp
  4. +++ b/WebKit2/UIProcess/API/qt/qwkpage.cpp
  5. @@ -26,7 +26,6 @@
  6. #include "FindIndicator.h"
  7. #include "HeadLinkData.h"
  8. #include "LocalizedStrings.h"
  9. -#include <maliit/namespace.h>
  10. #include "NativeWebKeyboardEvent.h"
  11. #include "NativeWebTouchEvent.h"
  12. #include "TiledDrawingAreaProxy.h"
  13. @@ -65,6 +64,7 @@
  14.  
  15. #if USE(MALIIT)
  16. #include <maliit/preeditinjectionevent.h>
  17. +#include <maliit/namespace.h>
  18. #endif
  19.  
  20. using namespace WebKit;
Add Comment
Please, Sign In to add comment