qt5-webkit-ng-functional.patch 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --- webkit-qtwebkit-tp5/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.h.orig 2017-06-01 06:14:55.587195469 +0000
  2. +++ webkit-qtwebkit-tp5/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.h 2017-06-01 06:15:23.040491577 +0000
  3. @@ -32,6 +32,7 @@
  4. #include <wtf/Optional.h>
  5. #include <wtf/RefCounted.h>
  6. #include <wtf/text/WTFString.h>
  7. +#include <functional>
  8. namespace Inspector {
  9. --- webkit-qtwebkit-tp5/Source/WebCore/css/CSSValue.h.orig 2017-06-01 07:48:18.099623726 +0000
  10. +++ webkit-qtwebkit-tp5/Source/WebCore/css/CSSValue.h 2017-06-01 07:48:41.542925091 +0000
  11. @@ -27,6 +27,7 @@
  12. #include <wtf/RefCounted.h>
  13. #include <wtf/RefPtr.h>
  14. #include <wtf/TypeCasts.h>
  15. +#include <functional>
  16. namespace WebCore {
  17. --- webkit-qtwebkit-tp5/Source/WebCore/css/StyleSheetContents.h.orig 2017-06-01 08:33:31.792577087 +0000
  18. +++ webkit-qtwebkit-tp5/Source/WebCore/css/StyleSheetContents.h 2017-06-01 08:33:44.715892348 +0000
  19. @@ -30,6 +30,7 @@
  20. #include <wtf/Vector.h>
  21. #include <wtf/text/AtomicStringHash.h>
  22. #include <wtf/text/TextPosition.h>
  23. +#include <functional>
  24. namespace WebCore {
  25. --- webkit-qtwebkit-tp5/Source/WebCore/loader/ResourceLoader.h.orig 2017-06-01 09:47:50.463011889 +0000
  26. +++ webkit-qtwebkit-tp5/Source/WebCore/loader/ResourceLoader.h 2017-06-01 09:48:21.976300680 +0000
  27. @@ -35,6 +35,7 @@
  28. #include "ResourceRequest.h"
  29. #include "ResourceResponse.h"
  30. #include <wtf/Forward.h>
  31. +#include <functional>
  32. namespace WTF {
  33. class SchedulePair;