mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Indent the contents of getOwnPropertyDescriptor.
This commit is contained in:
parent
df552fca5d
commit
8ef51158ff
1 changed files with 1 additions and 1 deletions
|
@ -3496,7 +3496,7 @@ if expando.is_not_null() {
|
|||
return 1;"""
|
||||
|
||||
def definition_body(self):
|
||||
return CGGeneric(self.getBody())
|
||||
return CGIndenter(CGGeneric(self.getBody()))
|
||||
|
||||
class CGDOMJSProxyHandler_defineProperty(CGAbstractExternMethod):
|
||||
def __init__(self, descriptor):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue