diff --git a/spec.html b/spec.html
index 869d68342b..7ecaa751e5 100644
--- a/spec.html
+++ b/spec.html
@@ -24358,7 +24358,6 @@
1. Else if _newValue_ is not *undefined*, throw a *TypeError* exception.
1. Else,
1. If IsCallable(_newValue_) is *true*, then
- 1. Perform MakeMethod(_newValue_, _homeObject_).
1. If _kind_ is ~getter~, then
1. Perform SetFunctionName(_newValue_, _key_, *"get"*).
1. Set _elementRecord_.[[Get]] to _newValue_.