Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
  2. index 71509d1..56ac658 100644
  3. --- a/Source/WebCore/ChangeLog
  4. +++ b/Source/WebCore/ChangeLog
  5. @@ -1,3 +1,11 @@
  6. +2011-02-10 Alexis Menard <alexis.menard@nokia.com>
  7. +
  8. + Reviewed by NOBODY (OOPS!).
  9. +
  10. + Fix a Warning after removing FileSystem support for the inspector.
  11. +
  12. + * WebCore.pro:
  13. +
  14. 2011-02-10 Chris Fleizach <cfleizach@apple.com>
  15.  
  16. Reviewed by Anders Carlsson.
  17. diff --git a/Source/WebCore/WebCore.pro b/Source/WebCore/WebCore.pro
  18. index 7bf4018..93eecd9 100644
  19. --- a/Source/WebCore/WebCore.pro
  20. +++ b/Source/WebCore/WebCore.pro
  21. @@ -1962,7 +1962,6 @@ HEADERS += \
  22. inspector/InspectorDebuggerAgent.h \
  23. inspector/InspectorDOMStorageAgent.h \
  24. inspector/InspectorDOMStorageResource.h \
  25. - inspector/InspectorFileSystemAgent.h \
  26. inspector/InspectorFrontendClient.h \
  27. inspector/InspectorFrontendClientLocal.h \
  28. inspector/InspectorFrontendHost.h \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement