Changeset 63808 in webkit


Ignore:
Timestamp:
Jul 21, 2010 2:38:25 AM (14 years ago)
Author:
benm@google.com
Message:

Unreviewed, build fix.

Forgot to update the role of HitTestRequest.h in
the xcode project after landing patch from
https://bugs.webkit.org/show_bug.cgi?id=39493

  • WebCore.xcodeproj/project.pbxproj: Make HitTestRequest.h

private so it can be included in WebKit by EventHandler.h
which is already private..

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r63807 r63808  
     12010-07-21  Ben Murdoch  <benm@google.com>
     2
     3        Unreviewed, build fix.
     4
     5        Forgot to update the role of HitTestRequest.h in
     6        the xcode project after landing patch from
     7        https://bugs.webkit.org/show_bug.cgi?id=39493
     8
     9        * WebCore.xcodeproj/project.pbxproj: Make HitTestRequest.h
     10            private so it can be included in WebKit by EventHandler.h
     11            which is already private..
     12
    1132010-07-20  Ben Murdoch  <benm@google.com>
    214
  • trunk/WebCore/WebCore.xcodeproj/project.pbxproj

    r63735 r63808  
    23502350                9307F1D70AF2D59000DBA31A /* HitTestResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9307F1D50AF2D59000DBA31A /* HitTestResult.cpp */; };
    23512351                9307F1D80AF2D59000DBA31A /* HitTestResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9307F1D60AF2D59000DBA31A /* HitTestResult.h */; settings = {ATTRIBUTES = (Private, ); }; };
    2352                 930908910AF7EDE40081DF01 /* HitTestRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 930908900AF7EDE40081DF01 /* HitTestRequest.h */; };
     2352                930908910AF7EDE40081DF01 /* HitTestRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 930908900AF7EDE40081DF01 /* HitTestRequest.h */; settings = {ATTRIBUTES = (Private, ); }; };
    23532353                930FC68A1072B9280045293E /* TextRenderingMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 930FC6891072B9280045293E /* TextRenderingMode.h */; settings = {ATTRIBUTES = (Private, ); }; };
    23542354                931BCC611124DFCB00BE70DD /* MediaCanStartListener.h in Headers */ = {isa = PBXBuildFile; fileRef = 931BCC601124DFCB00BE70DD /* MediaCanStartListener.h */; settings = {ATTRIBUTES = (Private, ); }; };
Note: See TracChangeset for help on using the changeset viewer.