Advertisement
Guest User

Untitled

a guest
May 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. diff --git a/WebCore/bindings/js/JSEventCustom.cpp b/WebCore/bindings/js/JSEventCustom.cpp
  2. index fd46faa..e5fdbe7 100644
  3. --- a/WebCore/bindings/js/JSEventCustom.cpp
  4. +++ b/WebCore/bindings/js/JSEventCustom.cpp
  5. @@ -38,8 +38,10 @@
  6. #include "JSCustomEvent.h"
  7. #include "JSCompositionEvent.h"
  8. #include "JSErrorEvent.h"
  9. +#if ENABLE(INDEXED_DATABASE)
  10. #include "JSIDBErrorEvent.h"
  11. #include "JSIDBSuccessEvent.h"
  12. +#endif
  13. #include "JSKeyboardEvent.h"
  14. #include "JSMessageEvent.h"
  15. #include "JSMouseEvent.h"
  16. @@ -56,8 +58,10 @@
  17. #include "JSXMLHttpRequestProgressEvent.h"
  18. #include "BeforeLoadEvent.h"
  19. #include "ErrorEvent.h"
  20. +#if ENABLE(INDEXED_DATABASE)
  21. #include "IDBErrorEvent.h"
  22. #include "IDBSuccessEvent.h"
  23. +#endif
  24. #include "KeyboardEvent.h"
  25. #include "MessageEvent.h"
  26. #include "MouseEvent.h"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement