Title: [126330] trunk/Source/WebCore
- Revision
- 126330
- Author
- [email protected]
- Date
- 2012-08-22 12:24:58 -0700 (Wed, 22 Aug 2012)
Log Message
Microdata build fix.
* html/HTMLPropertiesCollection.h:
(WebCore::HTMLPropertiesCollection::updatePropertyCache):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126329 => 126330)
--- trunk/Source/WebCore/ChangeLog 2012-08-22 19:21:34 UTC (rev 126329)
+++ trunk/Source/WebCore/ChangeLog 2012-08-22 19:24:58 UTC (rev 126330)
@@ -1,3 +1,10 @@
+2012-08-22 Ryosuke Niwa <[email protected]>
+
+ Microdata build fix.
+
+ * html/HTMLPropertiesCollection.h:
+ (WebCore::HTMLPropertiesCollection::updatePropertyCache):
+
2012-08-22 Tommy Widenflycht <[email protected]>
MediaStream API: Introduce RTCIceCandidate
Modified: trunk/Source/WebCore/html/HTMLPropertiesCollection.h (126329 => 126330)
--- trunk/Source/WebCore/html/HTMLPropertiesCollection.h 2012-08-22 19:21:34 UTC (rev 126329)
+++ trunk/Source/WebCore/html/HTMLPropertiesCollection.h 2012-08-22 19:24:58 UTC (rev 126330)
@@ -68,7 +68,7 @@
void updateNameCache() const;
- void updatePropertyCache(Element* element, const AtomicString& propertyName) const
+ void updatePropertyCache(Element*, const AtomicString& propertyName) const
{
if (!m_propertyNames)
m_propertyNames = DOMStringList::create();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes