summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/datamodel/ecmascript/JavaScriptCore/dom/JSCComment.cpp
blob: b9aa25cd65e35716cc9d679c6d8113b8148619eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "JSCCharacterData.h"
#include "JSCComment.h"

namespace Arabica {
namespace DOM {


JSStaticValue JSCComment::staticValues[] = {

	{ 0, 0, 0, 0 }
};

JSStaticFunction JSCComment::staticFunctions[] = {
	{ 0, 0, 0 }
};

}
}