Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / page / PrintContext.h
index 69bf0ff..c51446e 100644 (file)
@@ -90,7 +90,7 @@ private:
     bool m_isPrinting;
 
     WillBeHeapHashMap<RawPtrWillBeMember<Element>, KURL> m_linkDestinations;
-    WillBeHeapHashMap<String, RawPtrWillBeMember<Element> > m_linkedDestinations;
+    WillBeHeapHashMap<String, RawPtrWillBeMember<Element>> m_linkedDestinations;
     bool m_linkAndLinkedDestinationsValid;
 };