Changeset 127372 in webkit


Ignore:
Timestamp:
Sep 1, 2012 9:14:12 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Added #include <JavaScriptCore/Identifier.h>.
https://bugs.webkit.org/show_bug.cgi?id=95641.

Patch by Mark Lam <mark.lam@apple.com> on 2012-09-01
Reviewed by Dan Bernstein.

The code references JSC::Indentifier but was previously depending on
someone else to #include it. This results in build problems when
building for the llint C loop configuration.

  • Plugins/Hosted/NetscapePluginInstanceProxy.h:
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

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

    r127318 r127372  
     12012-09-01  Mark Lam  <mark.lam@apple.com>
     2
     3        Added #include <JavaScriptCore/Identifier.h>.
     4        https://bugs.webkit.org/show_bug.cgi?id=95641.
     5
     6        Reviewed by Dan Bernstein.
     7
     8        The code references JSC::Indentifier but was previously depending on
     9        someone else to #include it. This results in build problems when
     10        building for the llint C loop configuration.
     11
     12        * Plugins/Hosted/NetscapePluginInstanceProxy.h:
     13
    1142012-08-31  Tony Chang  <tony@chromium.org>
    215
  • trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h

    r95901 r127372  
    2929#define NetscapePluginInstanceProxy_h
    3030
     31#include <JavaScriptCore/Identifier.h>
    3132#include <JavaScriptCore/JSGlobalData.h>
    3233#include <JavaScriptCore/Strong.h>
Note: See TracChangeset for help on using the changeset viewer.