Changeset 209221 in webkit


Ignore:
Timestamp:
Dec 1, 2016 4:47:45 PM (7 years ago)
Author:
BJ Burg
Message:

Fix the Windows Release build after r209198
https://bugs.webkit.org/show_bug.cgi?id=165285

Unreviewed build fix.

  • Modules/webdriver/NavigatorWebDriver.cpp:

Brute force include all the inlines to work around a JSC issue.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r209217 r209221  
     12016-12-01  Brian Burg  <bburg@apple.com>
     2
     3        Fix the Windows Release build after r209198
     4        https://bugs.webkit.org/show_bug.cgi?id=165285
     5
     6        Unreviewed build fix.
     7
     8        * Modules/webdriver/NavigatorWebDriver.cpp:
     9        Brute force include all the inlines to work around a JSC issue.
     10
    1112016-12-01  Dave Hyatt  <hyatt@apple.com>
    212
  • trunk/Source/WebCore/Modules/webdriver/NavigatorWebDriver.cpp

    r209198 r209221  
    3131#include "Navigator.h"
    3232#include "Page.h"
     33
     34// FIXME: somewhere in JSC, we are not including proper inlines. It causes linker trouble way up here.
     35#include <JavaScriptCore/JSCInlines.h>
    3336
    3437using namespace JSC;
Note: See TracChangeset for help on using the changeset viewer.