Ignore:
Timestamp:
Nov 6, 2011, 1:29:52 PM (14 years ago)
Author:
[email protected]
Message:

Add space missing from some class declarations
https://bugs.webkit.org/show_bug.cgi?id=71632

Reviewed by Anders Carlsson.

  • assembler/AssemblerBufferWithConstantPool.h:
  • bytecode/CodeBlock.h:
  • dfg/DFGVariableAccessData.h:
  • heap/VTableSpectrum.h:
  • jit/ExecutableAllocator.cpp:
  • jit/ExecutableAllocatorFixedVMPool.cpp:
  • wtf/MetaAllocatorHandle.h:
  • wtf/UnionFind.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h

    r95901 r99382  
    8484
    8585template <int maxPoolSize, int barrierSize, int maxInstructionSize, class AssemblerType>
    86 class AssemblerBufferWithConstantPool: public AssemblerBuffer {
     86class AssemblerBufferWithConstantPool : public AssemblerBuffer {
    8787    typedef SegmentedVector<uint32_t, 512> LoadOffsets;
    8888    using AssemblerBuffer::putIntegral;
Note: See TracChangeset for help on using the changeset viewer.