Chromium Code Reviews| Index: Source/core/testing/Internals.cpp |
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
| index 06278c1366ac3fb808f5ae2d3ebb4685e55d9bad..6256c526b166117b17fde11de519def8151bfc19 100644 |
| --- a/Source/core/testing/Internals.cpp |
| +++ b/Source/core/testing/Internals.cpp |
| @@ -686,6 +686,7 @@ void Internals::selectColorInColorChooser(Element* element, const String& colorV |
| return; |
| inputElement->selectColorInColorChooser(Color(colorValue)); |
| } |
| + |
|
tkent
2013/05/21 06:33:01
nit: You don't need to touch this file.
|
| #endif |
| Vector<String> Internals::formControlStateOfPreviousHistoryItem(ExceptionCode& ec) |