Skip to content
  • andersca@apple.com's avatar
    Move QDataStream functions into HistoryItemQt.cpp · a9909b58
    andersca@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=99203
    
    Reviewed by Andreas Kling.
    
    Source/WebCore:
    
    It seems like the QDataStream stream operators are only used from HistoryItemQt.cpp
    inside WebCore, so move them there. If in the future they are required elsewhere, they should
    be moved into a separate header instead of polluting headers unnecessarily.
    
    * history/qt/HistoryItemQt.cpp:
    (operator<<):
    (operator>>):
    * platform/FractionalLayoutUnit.h:
    * platform/graphics/IntPoint.h:
    
    Source/WebKit2:
    
    Forward declare QTransform.
    
    * Shared/qt/WebEventFactoryQt.h:
    
    Source/WTF:
    
    It seems like the QDataStream stream operators are only used from HistoryItemQt.cpp
    inside WebCore, so move them there. If in the future they are required elsewhere, they should
    be moved into a separate header instead of polluting headers unnecessarily.
    
    * wtf/Vector.h:
    * wtf/qt/StringQt.cpp:
    * wtf/text/WTFString.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@131279 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a9909b58