Changeset 188409 in webkit


Ignore:
Timestamp:
Aug 13, 2015 3:31:21 PM (9 years ago)
Author:
Brent Fulgham
Message:

[Win] More build fixes.

  • dom/make_event_factory.pl:

(generateImplementation):

  • page/CaptionUserPreferences.cpp:
  • page/PageGroup.cpp:
  • page/UserContentController.cpp:
Location:
trunk/Source/WebCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r188405 r188409  
     12015-08-13  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] More build fixes.
     4
     5        * dom/make_event_factory.pl:
     6        (generateImplementation):
     7        * page/CaptionUserPreferences.cpp:
     8        * page/PageGroup.cpp:
     9        * page/UserContentController.cpp:
     10
    1112015-08-13  Wenson Hsieh  <wenson_hsieh@apple.com>
    212
  • trunk/Source/WebCore/dom/make_event_factory.pl

    r165676 r188409  
    8787    print F "\n";
    8888    print F "#include \"${namespace}Headers.h\"\n";
     89    print F "#include <runtime/StructureInlines.h>\n";
    8990    print F "\n";
    9091    print F "namespace WebCore {\n";
  • trunk/Source/WebCore/page/CaptionUserPreferences.cpp

    r184799 r188409  
    11/*
    2  * Copyright (C) 2013 Apple Inc. All rights reserved.
     2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    3131#include "AudioTrackList.h"
    3232#include "DOMWrapperWorld.h"
     33#include "JSCellInlines.h"
    3334#include "Page.h"
    3435#include "PageGroup.h"
     
    3940#include "UserStyleSheet.h"
    4041#include "UserStyleSheetTypes.h"
     42#include <runtime/StructureInlines.h>
    4143
    4244namespace WebCore {
  • trunk/Source/WebCore/page/PageGroup.cpp

    r185231 r188409  
    3838#include "Settings.h"
    3939#include "StorageNamespace.h"
     40#include <runtime/StructureInlines.h>
    4041#include <wtf/StdLibExtras.h>
    4142
  • trunk/Source/WebCore/page/UserContentController.cpp

    r185840 r188409  
    11/*
    2  * Copyright (C) 2014, 2015 Apple Inc. All rights reserved.
     2 * Copyright (C) 2014-2015 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727#include "UserContentController.h"
    2828
     29#include "JSCellInlines.h"
    2930#include "DOMWrapperWorld.h"
    3031#include "Document.h"
     
    3435#include "UserScript.h"
    3536#include "UserStyleSheet.h"
     37#include <runtime/StructureInlines.h>
    3638
    3739#if ENABLE(USER_MESSAGE_HANDLERS)
Note: See TracChangeset for help on using the changeset viewer.