Title: [110953] trunk/Source/WebCore
- Revision
- 110953
- Author
- commit-qu...@webkit.org
- Date
- 2012-03-16 00:17:06 -0700 (Fri, 16 Mar 2012)
Log Message
Cleanup empty attribute list in IDLs
https://bugs.webkit.org/show_bug.cgi?id=81228
Patch by Seo Sanghyeon <sh4....@samsung.com> on 2012-03-16
Reviewed by Adam Barth.
No tests. No change in behavior.
* css/WebKitCSSRegionRule.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (110952 => 110953)
--- trunk/Source/WebCore/ChangeLog 2012-03-16 07:05:14 UTC (rev 110952)
+++ trunk/Source/WebCore/ChangeLog 2012-03-16 07:17:06 UTC (rev 110953)
@@ -1,3 +1,14 @@
+2012-03-16 Seo Sanghyeon <sh4....@samsung.com>
+
+ Cleanup empty attribute list in IDLs
+ https://bugs.webkit.org/show_bug.cgi?id=81228
+
+ Reviewed by Adam Barth.
+
+ No tests. No change in behavior.
+
+ * css/WebKitCSSRegionRule.idl:
+
2012-03-16 Pratik Solanki <psola...@apple.com>
onorientationchange event should have JSWindowEventListener attribute
Modified: trunk/Source/WebCore/css/WebKitCSSRegionRule.idl (110952 => 110953)
--- trunk/Source/WebCore/css/WebKitCSSRegionRule.idl 2012-03-16 07:05:14 UTC (rev 110952)
+++ trunk/Source/WebCore/css/WebKitCSSRegionRule.idl 2012-03-16 07:17:06 UTC (rev 110953)
@@ -29,8 +29,7 @@
module css {
- interface [
- ] WebKitCSSRegionRule : CSSRule {
+ interface WebKitCSSRegionRule : CSSRule {
readonly attribute CSSRuleList cssRules;
};
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes