| Index: Source/bindings/tests/results/V8TestInterface.cpp | 
| diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp | 
| index f3d58a668a46e7b6ce6c1c9e8fcb632898b3397a..eee76eff8944e674cb695dca13a75495cc23bd7d 100644 | 
| --- a/Source/bindings/tests/results/V8TestInterface.cpp | 
| +++ b/Source/bindings/tests/results/V8TestInterface.cpp | 
| @@ -1078,30 +1078,30 @@ static const V8DOMConfiguration::MethodConfiguration V8TestInterfaceMethods[] = | 
| static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceConstants[] = { | 
| #if ENABLE(Condition22) || ENABLE(Condition23) | 
| {"IMPLEMENTSCONSTANT1", 1}, | 
| -#endif | 
| +#endif // ENABLE(Condition22) || ENABLE(Condition23) | 
| #if ENABLE(Condition22) || ENABLE(Condition23) | 
| {"IMPLEMENTSCONSTANT2", 2}, | 
| -#endif | 
| +#endif // ENABLE(Condition22) || ENABLE(Condition23) | 
| #if ENABLE(Condition11) || ENABLE(Condition12) | 
| {"SUPPLEMENTALCONSTANT1", 1}, | 
| -#endif | 
| +#endif // ENABLE(Condition11) || ENABLE(Condition12) | 
| #if ENABLE(Condition11) || ENABLE(Condition12) | 
| {"SUPPLEMENTALCONSTANT2", 2}, | 
| -#endif | 
| +#endif // ENABLE(Condition11) || ENABLE(Condition12) | 
| }; | 
|  | 
| #if ENABLE(Condition22) || ENABLE(Condition23) | 
| COMPILE_ASSERT(1 == TestImplements::IMPLEMENTSCONSTANT1, TestInterfaceEnumIMPLEMENTSCONSTANT1IsWrongUseDoNotCheckConstants); | 
| -#endif | 
| +#endif // ENABLE(Condition22) || ENABLE(Condition23) | 
| #if ENABLE(Condition22) || ENABLE(Condition23) | 
| COMPILE_ASSERT(2 == TestImplements::CONST_IMPL, TestInterfaceEnumCONST_IMPLIsWrongUseDoNotCheckConstants); | 
| -#endif | 
| +#endif // ENABLE(Condition22) || ENABLE(Condition23) | 
| #if ENABLE(Condition11) || ENABLE(Condition12) | 
| COMPILE_ASSERT(1 == TestPartialInterface::SUPPLEMENTALCONSTANT1, TestInterfaceEnumSUPPLEMENTALCONSTANT1IsWrongUseDoNotCheckConstants); | 
| -#endif | 
| +#endif // ENABLE(Condition11) || ENABLE(Condition12) | 
| #if ENABLE(Condition11) || ENABLE(Condition12) | 
| COMPILE_ASSERT(2 == TestPartialInterface::CONST_IMPL, TestInterfaceEnumCONST_IMPLIsWrongUseDoNotCheckConstants); | 
| -#endif | 
| +#endif // ENABLE(Condition11) || ENABLE(Condition12) | 
|  | 
| void V8TestInterface::constructorCallback(const v8::FunctionCallbackInfo<v8::Value>& args) | 
| { | 
|  |