Changeset 43495 in webkit


Ignore:
Timestamp:
May 11, 2009 9:22:00 AM (15 years ago)
Author:
zecke@webkit.org
Message:

2009-05-11 Norbert Leser <norbert.leser@nokia.com>

Reviewed by Darin Adler.

https://bugs.webkit.org/show_bug.cgi?id=24536

Symbian compilers cannot resolve WTF::PassRefPtr<JSC::Profile>
unless Profile.h is included.

  • profiler/ProfileGenerator.h:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r43494 r43495  
     12009-05-11  Norbert Leser  <norbert.leser@nokia.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=24536
     6
     7        Symbian compilers cannot resolve WTF::PassRefPtr<JSC::Profile>
     8        unless Profile.h is included.
     9
     10        * profiler/ProfileGenerator.h:
     11
    1122009-05-11  Csaba Osztrogonac  <oszi@inf.u-szeged.hu>
    213
  • trunk/JavaScriptCore/profiler/ProfileGenerator.h

    r36263 r43495  
    2727#define ProfileGenerator_h
    2828
     29#include "Profile.h"
    2930#include <wtf/PassRefPtr.h>
    3031#include <wtf/RefCounted.h>
Note: See TracChangeset for help on using the changeset viewer.