Changeset 169491 in webkit


Ignore:
Timestamp:
May 30, 2014 12:26:55 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Remove repetitive header in HTMLInputElement.cpp
https://bugs.webkit.org/show_bug.cgi?id=133376

Patch by Prashant Hiremath <hiremathprashants@gmail.com> on 2014-05-30
Reviewed by Anders Carlsson.

It is just removal repeative headers hence no test needed.

  • html/HTMLInputElement.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r169484 r169491  
     12014-05-30  Prashant Hiremath  <hiremathprashants@gmail.com>
     2
     3        Remove repetitive header in HTMLInputElement.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=133376
     5
     6        Reviewed by Anders Carlsson.
     7
     8        It is just removal repeative headers hence no test needed.
     9
     10        * html/HTMLInputElement.cpp:
     11
    1122014-05-30  Zalan Bujtas  <zalan@apple.com>
    213
  • trunk/Source/WebCore/html/HTMLInputElement.cpp

    r167755 r169491  
    6868#if ENABLE(INPUT_TYPE_COLOR)
    6969#include "ColorInputType.h"
    70 #endif
    71 
    72 #if ENABLE(INPUT_SPEECH)
    73 #include "RuntimeEnabledFeatures.h"
    7470#endif
    7571
Note: See TracChangeset for help on using the changeset viewer.