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

Changeset 121137 in webkit


Ignore:
Timestamp:
Jun 24, 2012, 9:33:02 PM (14 years ago)
Author:
ukai@chromium.org
Message:

Unreviewed compile error fix of Chromium Win Release.
Touch header files for ENABLE(CSS_VARIABLES) so that
it forces to rebuild files by changing ENABLE(CSS_VARIABLES)
in Sources/WebKit/chromium/features.gypi at r121129

  • css/CSSParserMode.h:
  • css/CSSValue.h:

(WebCore):

  • css/CSSVariableValue.h:
  • page/Settings.h:
  • rendering/style/RenderStyle.h:
  • rendering/style/StyleRareInheritedData.h:
  • rendering/style/StyleVariableData.h:
Location:
trunk/Source/WebCore
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r121136 r121137  
     12012-06-24  Fumitoshi Ukai  <ukai@chromium.org>
     2
     3        Unreviewed compile error fix of Chromium Win Release.
     4        Touch header files for ENABLE(CSS_VARIABLES) so that
     5        it forces to rebuild files by changing ENABLE(CSS_VARIABLES)
     6        in Sources/WebKit/chromium/features.gypi at r121129
     7
     8        * css/CSSParserMode.h:
     9        * css/CSSValue.h:
     10        (WebCore):
     11        * css/CSSVariableValue.h:
     12        * page/Settings.h:
     13        * rendering/style/RenderStyle.h:
     14        * rendering/style/StyleRareInheritedData.h:
     15        * rendering/style/StyleVariableData.h:
     16
    1172012-06-24  Simon Hausmann  <simon.hausmann@nokia.com>
    218
  • trunk/Source/WebCore/css/CSSParserMode.h

    r121129 r121137  
    2727 * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    2828 * SUCH DAMAGE.
     29 *
    2930 */
    3031
  • trunk/Source/WebCore/css/CSSValue.h

    r120154 r121137  
    3131
    3232class StyleSheetContents;
    33    
     33
    3434// FIXME: The current CSSValue and subclasses should be turned into internal types (StyleValue).
    3535// The few subtypes that are actually exposed in CSSOM can be seen in the cloneForCSSOM() function.
  • trunk/Source/WebCore/css/CSSVariableValue.h

    r120154 r121137  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 *
    2728 */
    2829
  • trunk/Source/WebCore/page/Settings.h

    r121129 r121137  
    2222 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    2323 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    24  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     24 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2525 */
    2626
  • trunk/Source/WebCore/rendering/style/RenderStyle.h

    r121127 r121137  
    2020 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 * Boston, MA 02110-1301, USA.
    22  *
    2322 */
    2423
  • trunk/Source/WebCore/rendering/style/StyleRareInheritedData.h

    r121127 r121137  
    2020 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    2121 * Boston, MA 02110-1301, USA.
    22  *
    2322 */
    2423
  • trunk/Source/WebCore/rendering/style/StyleVariableData.h

    r120154 r121137  
    2727 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    2828 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     29 *
    2930 */
    3031
Note: See TracChangeset for help on using the changeset viewer.