Changeset 110953 in webkit


Ignore:
Timestamp:
Mar 16, 2012, 12:17:06 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Cleanup empty attribute list in IDLs
https://bugs.webkit.org/show_bug.cgi?id=81228

Patch by Seo Sanghyeon <sh4.seo@samsung.com> on 2012-03-16
Reviewed by Adam Barth.

No tests. No change in behavior.

  • css/WebKitCSSRegionRule.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r110952 r110953  
     12012-03-16  Seo Sanghyeon  <sh4.seo@samsung.com>
     2
     3        Cleanup empty attribute list in IDLs
     4        https://bugs.webkit.org/show_bug.cgi?id=81228
     5
     6        Reviewed by Adam Barth.
     7
     8        No tests. No change in behavior.
     9
     10        * css/WebKitCSSRegionRule.idl:
     11
    1122012-03-16  Pratik Solanki  <psolanki@apple.com>
    213
  • trunk/Source/WebCore/css/WebKitCSSRegionRule.idl

    r108952 r110953  
    3030module css {
    3131
    32     interface [
    33     ] WebKitCSSRegionRule : CSSRule {
     32    interface WebKitCSSRegionRule : CSSRule {
    3433        readonly attribute CSSRuleList cssRules;
    3534    };
Note: See TracChangeset for help on using the changeset viewer.