Changeset 181963 in webkit


Ignore:
Timestamp:
Mar 25, 2015 10:18:29 AM (9 years ago)
Author:
peavo@outlook.com
Message:

[Win] Illegal character in project file.
https://bugs.webkit.org/show_bug.cgi?id=143051

Reviewed by Brent Fulgham.

There is an illegal character in the WebCore project filter.
WebCore files are shown unfiltered.

  • WebCore.vcxproj/WebCore.vcxproj.filters:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r181959 r181963  
     12015-03-25  Per Arne Vollan  <peavo@outlook.com>
     2
     3        [Win] Illegal character in project file.
     4        https://bugs.webkit.org/show_bug.cgi?id=143051
     5
     6        Reviewed by Brent Fulgham.
     7
     8        There is an illegal character in the WebCore project filter.
     9        WebCore files are shown unfiltered.
     10
     11        * WebCore.vcxproj/WebCore.vcxproj.filters:
     12
    1132015-03-25  David Hyatt  <hyatt@apple.com>
    214
  • trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters

    r181907 r181963  
    1518315183      <Filter>html\canvas</Filter>
    1518415184    </ClInclude>
    15185     <ClInclude Include="..\html\canvas\WebGLVertexArrayObjectBase.h>
     15185    <ClInclude Include="..\html\canvas\WebGLVertexArrayObjectBase.h">
    1518615186      <Filter>html\canvas</Filter>
    1518715187    </ClInclude>
Note: See TracChangeset for help on using the changeset viewer.