summaryrefslogtreecommitdiff
path: root/Source/WebKit2/Scripts/webkit/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Scripts/webkit/parser.py')
-rw-r--r--Source/WebKit2/Scripts/webkit/parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/WebKit2/Scripts/webkit/parser.py b/Source/WebKit2/Scripts/webkit/parser.py
index 69a81dfef..306139468 100644
--- a/Source/WebKit2/Scripts/webkit/parser.py
+++ b/Source/WebKit2/Scripts/webkit/parser.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010, 2011 Apple Inc. All rights reserved.
+# Copyright (C) 2010-2017 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -121,6 +121,7 @@ def split_parameters_string(parameters_string):
parameters.append(current_parameter_string)
return parameters
+
def parse_parameters_string(parameters_string):
parameters = []