Bug 1170799 - removes unused declaration setBlockingOnLoad. r=smaug

--HG--
extra : rebase_source : 53aaade233269d698cc5de6be744b7558cebc377
This commit is contained in:
Muhsin A. Steiman 2015-06-03 05:01:00 +02:00
parent 95a87c9836
commit 676729c993

View File

@ -192,10 +192,6 @@ protected:
void ClearBrokenState() { mBroken = false; }
// Sets blocking state only if the desired state is different from the
// current one. See the comment for mBlockingOnload for more information.
void SetBlockingOnload(bool aBlocking);
/**
* Returns the CORS mode that will be used for all future image loads. The
* default implementation returns CORS_NONE unconditionally.