Revert "Merge pull request #11737 from kwonoj/feat-cache-capacity" (#11906)

This reverts commit 181169b743, reversing
changes made to baced3152f.
This commit is contained in:
shelley vohr 2018-02-13 10:49:27 -05:00 committed by GitHub
parent eba9abdbe5
commit a55fd06aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 26 deletions

View file

@ -139,10 +139,4 @@ describe('webFrame module', function () {
webFrame.setLayoutZoomLevelLimits(0, 25)
})
})
it('supports setting cache capacity', function () {
assert.doesNotThrow(function () {
webFrame.setCacheCapacity(1024)
})
})
})