| Index: third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py
|
| index 8acdff515c03b93c5fd02cde3a8898db471a4a54..5a30225639641828cf4e0ad8148541473076180c 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/webgl/update_webgl_conformance_tests.py
|
| @@ -61,9 +61,7 @@ def translate_includes(text):
|
|
|
|
|
| def translate_khronos_test(text):
|
| - """
|
| - This method translates the contents of a Khronos test to a WebKit test.
|
| - """
|
| + """This method translates the contents of a Khronos test to a WebKit test."""
|
|
|
| translateFuncs = [
|
| remove_first_line_comment,
|
|
|