Title: [107710] trunk/Source/WebCore
Revision
107710
Author
[email protected]
Date
2012-02-14 06:28:41 -0800 (Tue, 14 Feb 2012)

Log Message

Typo fix after r107707.

* platform/graphics/texmap/TextureMapperNode.cpp:
(WebCore::TextureMapperNode::updateBackingStore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (107709 => 107710)


--- trunk/Source/WebCore/ChangeLog	2012-02-14 14:24:59 UTC (rev 107709)
+++ trunk/Source/WebCore/ChangeLog	2012-02-14 14:28:41 UTC (rev 107710)
@@ -1,3 +1,10 @@
+2012-02-14  Csaba Osztrogonác  <[email protected]>
+
+        Typo fix after r107707.
+
+        * platform/graphics/texmap/TextureMapperNode.cpp:
+        (WebCore::TextureMapperNode::updateBackingStore):
+
 2012-02-14  Andrey Kosyakov  <[email protected]>
 
         Web Inspector: [refactoring] extract TimelineOverviewWindow from TimelineOverviewPanel

Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp (107709 => 107710)


--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp	2012-02-14 14:24:59 UTC (rev 107709)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperNode.cpp	2012-02-14 14:28:41 UTC (rev 107710)
@@ -109,7 +109,7 @@
     if (!m_backingStore)
         m_backingStore = TextureMapperTiledBackingStore::create();
 
-    ASSERT(dynamic_cast<TextuerMapperTiledBackingStore*>(m_backingStore.get()));
+    ASSERT(dynamic_cast<TextureMapperTiledBackingStore*>(m_backingStore.get()));
 
     // Paint the entire dirty rect into an image buffer. This ensures we only paint once.
     OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(dirtyRect.size());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to