[Refactoring][V8] Remove $indent from NativeToJSValue()
authorharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 21:19:43 +0000 (21:19 +0000)
committerharaken@chromium.org <haraken@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 21:19:43 +0000 (21:19 +0000)
commit2b881d85e007bec43bfa11b3fee74db86267d8a3
treec1f8d327d1248ea563730a85a6b416b6dbff44e0
parent80c34b4079cf6374ef928943b456ca2783218b14
[Refactoring][V8] Remove $indent from NativeToJSValue()
https://bugs.webkit.org/show_bug.cgi?id=84077

Reviewed by Nate Chapin.

$indent in NativeToJSValue() in CodeGeneratorV8.pm is not used.
This patch removes it.

No new tests. No change in behavior.

* bindings/scripts/CodeGeneratorV8.pm:
(GenerateNormalAttrGetter):
(GenerateFunctionCallString):
(NativeToJSValue):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114298 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/bindings/scripts/CodeGeneratorV8.pm