Wordpress Multisite Domain Mapping

So I had to edit config/application.php.

I changed

define('WP_CONTENT_URL', WP_HOME . CONTENT_DIR);

to

define('WP_CONTENT_URL', CONTENT_DIR);

Everything appears to be working, and I also have soil relative urls activated.

Any idea how this change could negatively impact my site?