⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 102078 in webkit


Ignore:
Timestamp:
Dec 5, 2011, 5:35:50 PM (15 years ago)
Author:
abarth@webkit.org
Message:

[Chromium] Chromium fails to compile due to missing WebContentLayerClient.h
https://bugs.webkit.org/show_bug.cgi?id=73881

This patch adds a forwarding header to fix the downstream Windows build:
http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/12955/steps/compile/logs/stdio

  • public/WebContentLayerClient.h: Added.
Location:
trunk/Source/WebKit/chromium
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r102074 r102078  
     12011-12-05  Adam Barth  <abarth@webkit.org>
     2
     3        [Chromium] Chromium fails to compile due to missing WebContentLayerClient.h
     4        https://bugs.webkit.org/show_bug.cgi?id=73881
     5
     6        This patch adds a forwarding header to fix the downstream Windows build:
     7        http://build.chromium.org/p/chromium.webkit/builders/Win%20Builder/builds/12955/steps/compile/logs/stdio
     8
     9        * public/WebContentLayerClient.h: Added.
     10
    1112011-12-05  Adam Barth  <abarth@webkit.org>
    212
Note: See TracChangeset for help on using the changeset viewer.