のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-06-17から1日間の記事一覧

invalid use of incomplete type 'struct WTF::CString'

エラー external/webkit/Source/WebCore/platform/graphics/FontCache.cpp:426:120: error: invalid use of incomplete type 'struct WTF::CString' external/webkit/Source/JavaScriptCore/wtf/Forward.h:38:11: error: forward declaration of 'struct WTF…

AtomicString

AtomicString VS String WTF::AtomicString is a class that has four differences from the normal WTF::String class: (1)It more expensive to create a new atomic string than a non-atomic string; doing so requires a lookup in a per-thread atomic…

ShowGlyphPage Tree

441 #ifndef NDEBUG 442 void GlyphPageTreeNode::showSubtree() 443 { 444 Vector<char> indent(level()); 445 indent.fill('\t', level()); 446 indent.append(0); 447 448 HashMap<const FontData*, GlyphPageTreeNode*>::iterator end = m_children.end(); 449 for (HashMap<const FontData*, GlyphPageTreeNode*>::ite…</const></const></char>