Changeset 58392 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Apr 28, 2010, 1:55:07 AM (15 years ago)
Author:
Simon Hausmann
Message:

Fix compilation with gcc 3.4.

Patch by Thiago Macieira <[email protected]> on 2010-04-28
Reviewed by Simon Hausmann.

AtomicStringImpl.h:29: error: base `WebCore::StringImpl' with only
non-default constructor in class without a constructor

  • wtf/text/AtomicStringImpl.h:

(WebCore::AtomicStringImpl::AtomicStringImpl): Provide a default constructor.

  • wtf/text/StringImpl.h: Allow AtomicStringImpl to call a StringImpl constructor through a friend declaration.
Location:
trunk/JavaScriptCore/wtf/text
Files:
2 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.