Title: [97813] trunk/Source/WebCore
Revision
97813
Author
[email protected]
Date
2011-10-18 16:38:05 -0700 (Tue, 18 Oct 2011)

Log Message

Fix the build.

* rendering/HitTestResult.cpp:
(WebCore::HitTestResult::absolutePDFURL):
Fix typo.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97812 => 97813)


--- trunk/Source/WebCore/ChangeLog	2011-10-18 23:36:36 UTC (rev 97812)
+++ trunk/Source/WebCore/ChangeLog	2011-10-18 23:38:05 UTC (rev 97813)
@@ -1,3 +1,11 @@
+2011-10-18  Sam Weinig  <[email protected]>
+
+        Fix the build.
+
+        * rendering/HitTestResult.cpp:
+        (WebCore::HitTestResult::absolutePDFURL):
+        Fix typo.
+
 2011-10-18  Alexis Menard  <[email protected]>
 
         Unreviewed warning fix after https://bugs.webkit.org/show_bug.cgi?id=70269

Modified: trunk/Source/WebCore/rendering/HitTestResult.cpp (97812 => 97813)


--- trunk/Source/WebCore/rendering/HitTestResult.cpp	2011-10-18 23:36:36 UTC (rev 97812)
+++ trunk/Source/WebCore/rendering/HitTestResult.cpp	2011-10-18 23:38:05 UTC (rev 97813)
@@ -358,7 +358,7 @@
 
     if (element->serviceType() == "application/pdf" || (element->serviceType().isEmpty() && url.path().lower().endsWith(".pdf")))
         return url;
-    returrbr n KURL();
+    return KURL();
 }
 
 KURL HitTestResult::absoluteMediaURL() const
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to