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

namespace Arabica {
namespace DOM {

JSClassRef JSCComment::Tmpl;

JSStaticValue JSCComment::staticValues[] = {

	{ 0, 0, 0, 0 }
};

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

}
}