Changeset 17649 in webkit for trunk/JavaScriptCore/API


Ignore:
Timestamp:
Nov 7, 2006, 3:52:02 PM (19 years ago)
Author:
andersca
Message:

2006-11-07 Anders Carlsson <[email protected]>

Reviewed by Geoff.

  • API/JSClassRef.cpp: (OpaqueJSClass::OpaqueJSClass): Initialize cachedPrototype to 0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSClassRef.cpp

    r17017 r17649  
    5454    , hasInstance(definition->hasInstance)
    5555    , convertToType(definition->convertToType)
     56    , cachedPrototype(0)
    5657{
    5758    if (JSStaticValue* staticValue = definition->staticValues) {
Note: See TracChangeset for help on using the changeset viewer.