src/3rdparty/webkit/WebCore/page/UserStyleSheetTypes.h
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    29 #include <wtf/HashMap.h>
    29 #include <wtf/HashMap.h>
    30 #include <wtf/Vector.h>
    30 #include <wtf/Vector.h>
    31 
    31 
    32 namespace WebCore {
    32 namespace WebCore {
    33 
    33 
       
    34 class DOMWrapperWorld;
    34 class UserStyleSheet;
    35 class UserStyleSheet;
    35 
    36 
    36 typedef Vector<OwnPtr<UserStyleSheet> > UserStyleSheetVector;
    37 typedef Vector<OwnPtr<UserStyleSheet> > UserStyleSheetVector;
    37 typedef HashMap<unsigned, UserStyleSheetVector*> UserStyleSheetMap;
    38 typedef HashMap<RefPtr<DOMWrapperWorld>, UserStyleSheetVector*> UserStyleSheetMap;
    38 
    39 
    39 } // namespace WebCore
    40 } // namespace WebCore
    40  
    41  
    41 #endif // UserStyleSheetTypes_h
    42 #endif // UserStyleSheetTypes_h